r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features
MIT License
1.71k stars 440 forks source link

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

Open bsjaramillo opened 2 years ago

bsjaramillo commented 2 years ago

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

abdurahman-harouat commented 2 years ago

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

w1zd commented 2 years ago

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.