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

npm install failed #17

Open
zeroonedev opened this issue Apr 5, 2016 · 3 comments
Open

npm install failed #17

zeroonedev opened this issue Apr 5, 2016 · 3 comments

Comments

@zeroonedev
Copy link

Seem to be getting this error when trying to install the cylon-tessel package:

Failed at the usb@1.0.6 install script 'node-pre-gyp install --fallback-to-build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the usb package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-pre-gyp install --fallback-to-build

Tried on node v5.3.0 & v4.2.4

@deadprogram
Copy link
Member

Hi @zeroonedev the current Tessel CLI for the T1 is depending on the 1.0.6 version here: https://github.com/tessel/t1-cli/blob/master/package.json#L40

Probably updating it to the latest node-usb will help as discussed here: tessel/t1-cli#189

@EvanSimpson
Copy link

Hey @zeroonedev, @deadprogram the t1-cli just got updated to use the latest version of node-usb which should fix this issue. Since cylon-tessel is requiring tessel with a tilde range, it should just work now, but if not bumping the tessel version dependency to v0.3.24 should do the trick.

@deadprogram
Copy link
Member

Thanks @EvanSimpson for the info. @zeroonedev can you check to see if this works as expected for you?

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