Skip to content
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

Dead link in the npm install #5

Open
thomas-louvigne opened this issue Sep 8, 2016 · 2 comments
Open

Dead link in the npm install #5

thomas-louvigne opened this issue Sep 8, 2016 · 2 comments

Comments

@thomas-louvigne
Copy link

this link https://github.com/tessel/node-usb/releases/download/1.2.0/usb_bindings-v1.2.0-node-v48-linux-x64.tar.gz
don t work, so the install crash...

@m-ou-se
Copy link
Owner

m-ou-se commented Sep 9, 2016

Looks like node-usb simply doesn't provide pre-built binaries for Linux: https://github.com/tessel/node-usb/releases

npm install should automatically continue building it from source, after failing to download pre-build binaries:

Pre-built binaries not found for usb@1.2.0 and node@6.5.0 (node-v48 ABI) (falling back to source compile with node-gyp) 

@studywolf
Copy link

studywolf commented May 18, 2017

I'm getting the same problem, followed by not finding the binaries:

> usb@1.2.0 install /usr/lib/node_modules/teck-programmer/node_modules/usb
> node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download: https://github.com/tessel/node-usb/releases/download/1.2.0/usb_bindings-v1.2.0-node-v51-linux-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for usb@1.2.0 and node@7.10.0 (node-v51 ABI) (falling back to source compile with node-gyp) 

went to the link but didn't see the file that it's searching for...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants