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
when using npx npm-check-updates -u to update packages, I got the new version of cypress-multi-reporters, which can't be used in concert with the cypress-multi-reporters@"^1.5.0" from [email protected].
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: my-project@undefined
npm error Found: [email protected]
npm error node_modules/cypress-multi-reporters
npm error dev cypress-multi-reporters@"^2.0.5" from the root project
npm error
npm error Could not resolve dependency:
npm error peer cypress-multi-reporters@"^1.5.0" from [email protected]
npm error node_modules/cypress-parallel
npm error cypress-parallel@"^0.14.0" from the root project
npm error
The text was updated successfully, but these errors were encountered:
cypress-multi-reporters has updated to 2.0.5
when using
npx npm-check-updates -u
to update packages, I got the new version of cypress-multi-reporters, which can't be used in concert with thecypress-multi-reporters@"^1.5.0"
from [email protected].The text was updated successfully, but these errors were encountered: