Skip to content
New issue

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

how to fix this coc.nvim ? where is it ? #5

Open
spkinguy1 opened this issue Dec 17, 2022 · 4 comments
Open

how to fix this coc.nvim ? where is it ? #5

spkinguy1 opened this issue Dec 17, 2022 · 4 comments

Comments

@spkinguy1
Copy link

spkinguy1 commented Dec 17, 2022

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

@RotKatze2323
Copy link

i have also this problem...
thanks if anyone calls a solution! 😃

@gabi512
Copy link

gabi512 commented May 14, 2023

I have also had this problem, I fixed it by running yarn install && yarn build in ~/.local/share/nvim/plugged/coc.nvim/

@lerilar
Copy link

lerilar commented Jun 20, 2023

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)

Then start a new shell and run yarn build and yarn install

@v0ry
Copy link

v0ry commented Sep 24, 2024

min is in ~/.config/coc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants