r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported event on StartupFinished of es7-react-js-snippets

bsjaramillo opened this issue · comments

I'm trying to install this plugin for nvim, i've installed it running with yarn install --frozen-lockfile && yarn compile, but i got that error:
image

i'm getting the same error ..and i think it's working fine .. but still annoying

commented

Remove "onStartupFinished" event in plugin's package.json .
image

I assume this event is supported by VSCode but not by coc.nvim, because this plugin is actually for VSCode.