報錯
解決方案
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