manekinekko / angular-web-bluetooth

The missing Web Bluetooth module for Angular
https://manekinekko.github.io/angular-web-bluetooth/
MIT License
196 stars 59 forks source link

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

Open sithwarrior opened 1 year ago

sithwarrior commented 1 year ago

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?

glumacm commented 7 months ago

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