Can't add to a project with Angular 16
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):
- OS: OSX 13.3.1
Additional context I think you just need to update the dependencies listed in package.json?
@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?