-
Notifications
You must be signed in to change notification settings - Fork 190
Description
Reduced Test Case
You must paste a link to a REDUCED TEST CASE.
If you do not, this issue will automatically be closed.
To prevent this, include the text "not reproducible with a link" (assuming it's true).
Bug Description
I want to upgrade from Angular12 to Angular13, but I get the following error message when running "npm update":
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"~13.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"9 - 12" from @fullcalendar/[email protected]
npm ERR! node_modules/@fullcalendar/angular
npm ERR! @fullcalendar/angular@"^5.10.1" 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!
