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
After upgrading angular project to version 19, npm i shows the error
npm error Found: @angular/core@19.0.0
npm error node_modules/@angular/core
npm error @angular/core@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/core@"^17.0.0 || ^18.0.0" from apollo-angular@7.2.1
npm error node_modules/apollo-angular
npm error apollo-angular@"^7.2.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
To Reproduce
Steps to reproduce the behavior:
Upgrade angular packages to version 19.0.0
run npm i
Expected behavior
Clean installing of packages without error and warning
Describe the bug
After upgrading angular project to version 19, npm i shows the error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clean installing of packages without error and warning
Environment:
Additional context
It can be done by running npm i with --legacy-peer-deps but I would like the support for angular 19
The text was updated successfully, but these errors were encountered: