angular-web-bluetooth icon indicating copy to clipboard operation
angular-web-bluetooth copied to clipboard

Can't add to a project with Angular 16

Open sithwarrior opened this issue 2 years ago • 1 comments

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 avatar Aug 21 '23 10:08 sithwarrior

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

glumacm avatar Apr 12 '24 15:04 glumacm