vshymanskyy / miband-js

MiBand 2 JS library for Node.JS and HTML5 (WebBluetooth)
GNU General Public License v3.0
342 stars 69 forks source link

i have a problem when i install miband. how can i do? #17

Closed DONGILBAE closed 6 years ago

DONGILBAE commented 6 years ago

when i install miband rasberrypi. i got this kind of error message. how can i do?

node-pre-gyp ERR! Tried to download(404): https://github.com/tessel/node-usb/releases/download/1.3.1/usb_bindings-v1.3.1-node-v48-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for usb@1.3.1 and node@6.13.1 (node-v48 ABI, glibc) (falling back to source compile with node-gyp)

dnbard commented 6 years ago

This is an "issue" with node-usb. I suggest you to follow on https://github.com/tessel/node-usb/ or/and compile node-usb from source code since you are on linux.