[coc.nvim] build/index.js not found, please compile coc.nvim 错误

先安装npm或者yarn

标题错误的产生是由于没有安装依赖文件,找到coc目录,比如我这里在:

cd  ~/.config/nvim/plugged/coc.nvim

然后执行:

yarn install

等待完成,然后再neovim执行

:messages

没有错误提示说明安装成功了,再次验证:

checkhealth

你可能感兴趣的:([coc.nvim] build/index.js not found, please compile coc.nvim 错误)