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
@sithwarrior , I have the same problem (OS: macOS Ventura 13.6.3).
For you maybe the workaround with npm install --legacy-peer-deps would suffice. But in my case, when we have a dozen other packages in the project, using --legacy-peer-deps just breaks other packages. I do not know of any proper way to make this work with Angular v16.
Any ideas?
Describe the bug
Can't add to a project with Angular 16
To Reproduce
Steps to reproduce the behavior:
run the install script
Get error that @angular/common@"^15.0.0 is missing
Expected behavior
Installs without issue.
Desktop (please complete the following information):
Additional context
I think you just need to update the dependencies listed in package.json?
The text was updated successfully, but these errors were encountered: