-
Notifications
You must be signed in to change notification settings - Fork 451
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
Cannot install bleno with nodejs 10.x in a raspberry pi zero. V8_DEPRECATED error #425
Comments
Yes, I also met. |
This is not an issue with bleno but with one of the used packages: |
An update to Node10 would be great! |
I can confirm changing the node-bluetooth-hci-socket dependency works. Change Got it building and advertising on my raspi 4, after having the exact error posted in the OP. Have not tested extensively yet. Changing dependency: arthare@596acd9 |
I'm using |
I followed @arthare advices, I'm running it with NodeJs |
Hi,
I'm trying to install the bleno module for node 10.15.0 using either a
package.json
file or just by running thenpm install bleno
I'm getting the following error:It seems that it's trying to use an old bluetooth-hci-socket version that using the deprercated
V8
macroWhile compiling it emmited this error:
Any idea?
Maybe the package.json should be changed in order to use the
@abandonware/bluetooth-hci-socket
module.The text was updated successfully, but these errors were encountered: