Closed Claude-White closed 2 years ago
You didn't install coc.nvim successfully, use release
branch is recommend. If you want you use master
branch, make sure you have yarnpkg installed. Check https://github.com/neoclide/coc.nvim/wiki/Install-coc.nvim#add-cocnvim-to-vims-runtimepath
@fannheyward
I got the same issue. I'm using vim (not neovim) and I installed the release
branch
I installed the release branch
When you get that message, it means you're not using release branch or the necessary javascript file was moved.
FYI: I ran into the same issue after upgrading my plugins.
I'm using the package manager dein
and it seem the configuration there did change.
I did remove my current installation of coc from my dein cache and adjusted the configuration as follows:
- call dein#add('neoclide/coc.nvim', {'branch': 'release'})
+ call dein#add('neoclide/coc.nvim', {'rev': 'release'})
It fixed the issue for me.
I was using Vundle, which as far as I can tell ignores the specified branch/rev. Once I switched to vim-plug, this error went away.
Everytime I open Neovim, I get this error. I was wordering if someone could help me pls?