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
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: general-front@0.258.0
npm ERR! Found: @angular-devkit/build-angular@13.3.11
npm ERR! node_modules/@angular-devkit/build-angular
npm ERR! dev @angular-devkit/build-angular@"~13.3.11" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular-devkit/build-angular@">=15.0.0 <18.0.0" from jest-preset-angular@13.1.5
npm ERR! node_modules/jest-preset-angular
npm ERR! dev jest-preset-angular@"~13.1.2" 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.
Additional context
The semantic versioning is not being respected, a BREAKING CHANGE has been made in a patch version release
Version
13.1.5
Steps to reproduce
Expected behavior
It should install everything without errors
Actual behavior
PeerDependencies error:
Additional context
The semantic versioning is not being respected, a BREAKING CHANGE has been made in a patch version release
Environment
The text was updated successfully, but these errors were encountered: