I trying to build, yarn build but it shows me
yarn run v1.22.17
error Couldn't find a package.json file in "/home/darth/.config/nvim/plug-config"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The error is due to the fact that COC is missing some dependencies to function.
\nvim\plugged\coc.nvimnpm install or yarn installRestart your VIM or NEOVIM.
You should run yarn install in coc.nvim directory.
resolved on mac by npm install
check the correct path:
cd ~/.vim/bundle/coc.nvim . cd: no such file or directory: /Users/pawankumar/.vim/bundle/coc.nvim
cd ~/.vim/plugged/coc.nvim/
npm install