We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this Error happend when i open nvim :
[coc.nvim] build/index.js not found, please install dependencies and compile coc.nvim by: yarn install
ubuntu 18
The text was updated successfully, but these errors were encountered:
i have also this problem... thanks if anyone calls a solution! 😃
Sorry, something went wrong.
I have also had this problem, I fixed it by running yarn install && yarn build in ~/.local/share/nvim/plugged/coc.nvim/
yarn install && yarn build
~/.local/share/nvim/plugged/coc.nvim/
I needed to run this first (had the wrong version of yarn I guess):
curl --compressed -o- -L https://yarnpkg.com/install.sh | bash (This is from the official site https://github.com/neoclide/coc.nvim/wiki/Install-coc.nvim)
curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
Then start a new shell and run yarn build and yarn install
min is in ~/.config/coc
No branches or pull requests
this Error happend when i open nvim :
[coc.nvim] build/index.js not found, please install dependencies and compile coc.nvim by: yarn install
ubuntu 18
The text was updated successfully, but these errors were encountered: