You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
I have this plugin configured (using vim-plug) as Plug 'neoclide/coc-python', {'do': 'yarn install --frozen-lockfile'}
Seems like the yarn install fails currently:
$ yarn install --frozen-lockfile
yarn install v1.22.10
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/5] Validating package.json...
warning [email protected]: The engine "coc" appears to be invalid.
[2/5] Resolving packages...
success Already up-to-date.
$ npx npm-run-all clean build
Watching /home/mellery/.config/nvim/bundle/coc-python and all sub-directories not excluded by your .gitignore. Will not monitor dotfiles.
Found & ignored ./lib ; is listed in .gitignore
Found & ignored ./node_modules ; is listed in .gitignore
Starting: clean
node:internal/modules/cjs/loader:903
throw err;
^
Error: Cannot find module '/home/mellery/.config/nvim/bundle/coc-python/clean'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:900:15)
at Function.Module._load (node:internal/modules/cjs/loader:745:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:72:12)
at node:internal/main/run_main_module:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Is this something I need to fix locally, or broken in the repo?
The text was updated successfully, but these errors were encountered:
I have this plugin configured (using vim-plug) as
Plug 'neoclide/coc-python', {'do': 'yarn install --frozen-lockfile'}
Seems like the yarn install fails currently:
Is this something I need to fix locally, or broken in the repo?
The text was updated successfully, but these errors were encountered: