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.