0

Im trying to implement the possibility to find and connect to bluetooth devices in my Angular project (v12.1.0) so i'm trying to install @manekinekko/angular-web-bluetooth.

But i'm getting the following error:

Screenshot of the error

To me it seems that this package is not compatible with my angular version.

But is there a fix to this? Or are there any alternatives which i can use?

(Angular CLI: 12.1.0, Node: 14.17.0, npm 7.20.3)

2
  • Try npm install @manekinekko/angular-web-bluetooth --force Commented Aug 5, 2021 at 10:53
  • @KamranKhatti what does the flag do exactly? Commented Aug 5, 2021 at 11:39

1 Answer 1

1

I had the same problem yesterday and was able to install by adding --legacy-peer-deps to the end of the install command.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.