-
Notifications
You must be signed in to change notification settings - Fork 36
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
bluetooth-hci-socket not installing #35
Comments
Hi! Sorry for the delay, looks like your node version is not 8, is 4.2.0. Also, for some other issues with other lib, I had to specify node > 10. You can manually disable that restriction removing the Let me now! |
Yes, looks like for the raspberry, in order to compile Maybe I need to remove that node restriction. |
Removed the restriction. You should use node 8. I need to update docs to reflect that. |
bluetooth-hci-socket also won't compile on node 10: noble/node-bluetooth-hci-socket#84 |
Yes, but I made a specific fix for raspberry. I need to test that too. |
I can't |
Stale issue message |
Hi,
I've recently got a sphero mini and found your repo. I'm having difficulties unfortunately with the installation. Specifically when I do
I get build errors when it comes to bluetooth-hci-socket. I've also never done javascript before (hoping this would be a great way to learn!) so I researched into this and there seems to be a general problem with bluetooth-hci-socket and higher node versions. I found that going back to version 8 would fix the problem, however if I do that then I encounter the error:
Thanks!
The text was updated successfully, but these errors were encountered: