Skip to content
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

Can't add to a project with Angular 16 #88

Open
sithwarrior opened this issue Aug 21, 2023 · 1 comment
Open

Can't add to a project with Angular 16 #88

sithwarrior opened this issue Aug 21, 2023 · 1 comment

Comments

@sithwarrior
Copy link

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?

@glumacm
Copy link

glumacm commented Apr 12, 2024

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants