maty21 / mocha-sidebar

Mocha side bar viewer that allows you to run Mocha tests from side bar menu and view results can run each level hierarchy from all tests to a single test(and each describer of course)
MIT License
191 stars 61 forks source link

cant find nyc locally #286

Open dcsan opened 2 years ago

dcsan commented 2 years ago

installe the plugin and immediately get this error on startup:

side-bar: cant find nyc locally and there is no setting for other path,Error: get-installed-path: module not found "nyc" in path /Users/dc/dev/esclabs/stan/client/node_modules/nyc

image

is this some dependency?

then I found https://www.npmjs.com/package/nyc

but i guess it's pinned to a specific version and some other apps don't like that...

➜  stan git:(guild-config) ✗ code client
➜  stan git:(guild-config) ✗ cd client
➜  client git:(guild-config) ✗ npm i -D nyc
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: dcsan@0.1.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.31.1" from @blockstack/connect@2.12.7
npm ERR! node_modules/@blockstack/connect
npm ERR!   @blockstack/connect@"^2.12.7" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/dc/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/dc/.npm/_logs/2021-11-22T06_34_11_589Z-debug.log
natalygoloborodko commented 2 years ago

Having the same issue. Can't use it due to this.

tracy-ash commented 1 year ago

yeah, same error here