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

Time:11-07

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.

CodePudding user response:

You should run yarn install in coc.nvim directory.

  • Related