Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.
like image 270
Asmu'i Ahmad Avatar asked Jan 30 '26 19:01

Asmu'i Ahmad


1 Answers

I resolved the errby running the command below on nevoim.

:call coc#util#install()
like image 77
takeaki-m Avatar answered Feb 02 '26 07:02

takeaki-m