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
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
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: [email protected]
npm ERR! Found: [email protected]
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/[email protected]
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
The text was updated successfully, but these errors were encountered:
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
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...
The text was updated successfully, but these errors were encountered: