[coc.nvim] build/index.js not found, please install dependencies and compile coc.nvim by: yarn install<br/>Press ENTER or type command to continue
报错
解决方案
sudo apt install nodejs
sudo npm install -g yarn
# ~/.vim/plugged/coc.nvim/是我的coc.nvim插件的安装目录
cd ~/.vim/plugged/coc.nvim/
yarn install
yarn build
命令执行结果如下图
参考文献
[coc.nvim] build/index.js not found, please compile coc.nvim by: npm run build #3258