-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error upgrading to angular 11 using node 15(works with node 14) #19700
Comments
Transferring to the CLI repository. |
node 15 ships with npm@7 that handles peerDependencies different - npm@6 just ignores them and prints a warning if missing. npm@7 installs peerDependencies and exits with an error if it can't. See https://github.com/npm/rfcs/blob/latest/implemented/0025-install-peer-deps.md |
Duplicate of #19957. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 bug report
Affected Package
The issue is caused by package @angular/....It appears to be @angular/animations but if you remove that from your package.json then it just complains about another @angular/* package or some other package which depends on one. You keep getting the same ERESOLV errors from npm.
Description
Upgrading a project from angular 10.x to 11.0.5 does not work with node 15. It works if you switch to node 14.15.3(latest LTS).
🔬 Minimal Reproduction
https://stackblitz.com/...🔥 Exception or Error
Full debug file: 2020-12-30T19_02_15_248Z-debug.log
🌍 Your Environment
OS: MacOS 11.1.0 intel
The text was updated successfully, but these errors were encountered: