Open valerianwatson opened 4 years ago
Same here looks like the npm package is broken
FWIW I used the instructions from here: https://www.blackhillsinfosec.com/machine-in-the-middle-mitm-ble-attack/ to install npm 8.17.0 and bleno and noble and then I installed btlejuice with sudo npm install --unsafe-perm btlejuice
and then I got errors about it not being able to find bluetooth-hci-socket so I installed that with sudo npm install -g --unsafe-perm bluetooth-hci-socket
(if I didn't use the -g it continued to complain that it couldn't find it.)
Hi everybody,
I am having an installation issue that is killing me. I want to install bleno on my raspberry pi 3b+ running raspbian buster. I used
But I get the following error mnessages:
I tried installing bleno with alll kinds of node versions (different versions v12.x, v13.x, v10.x, v8.x, v11.x with nvm), none seem to work. It also seems like it has something to do with bluetooth-hci-socket that apparently can't be found. I've tried installing it a bunch of time but I get similar errors, also this gyp ERR! stack Error:
make
failed with exit code: 2.I'm grateful for any help!