You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because of a conflict with how the repo was compiled. It was compiled on Node.js 10.0.0+, and the included bluetooth-hci-socket when you do npm install thinks that it's a version compiled on node 5-6.
run sudo node index.js cause this issue: Cannot find module 'bluetooth-hci-socket'
The text was updated successfully, but these errors were encountered: