neovim [coc.nvim] build/inderx.js 未找到,请安装依赖项并编译 coc.nvim : yarn install

neovim [coc.nvim] build/inderx.js not found, please install dependencies and compile coc.nvim : yarn install

我正在尝试构建,纱线构建 但它告诉我

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.

您应该 运行 yarn install 在 coc.nvim 目录中。

如果您不想一遍又一遍地构建,请使用发布分支。

错误是由于 COC 缺少 一些功能依赖项。

  • 导航到目录 \nvim\plugged\coc.nvim
  • 使用您的包管理器:npm installyarn install

重启你的VIMNEOVIM

已通过 npm install

在 mac 上解决

检查正确的路径:

cd ~/.vim/bundle/coc.nvim . cd: no such file or directory: /Users/pawankumar/.vim/bundle/coc.nvim

cd ~/.vim/plugged/coc.nvim/

npm install