-
Notifications
You must be signed in to change notification settings - Fork 17
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 fails. #3
Comments
Same issue. Any progress? |
Not happening to me! Weird! |
Might be a problem with Node 0.11.x? |
@btrask using node Updated to |
As @btrask mentioned, I think the node version is the key. I was having this problem and after switching from node 0.11.13 to 0.10.28 it worked for me. |
@jwarkentin I do the same as you did, but nothing changes. |
Observed in the wild on Linux:
|
Experiencing this build failure non-deterministically. Occurs about 1 in 3 times. |
appears to work just fine with
full npm err:
|
Still broken for CentOS 7
|
boom on Arch (latest) and node v0.12.0 |
Had the same issue and nothing would work. Finally had to go to node 0.10.26 on the pi. Used NVM instead of direct node install.
|
gyp ERR! build error
gyp ERR! stack Error:
make
failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:104:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:862:12)
gyp ERR! System Linux 3.11.0-12-generic
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/devd/Documents/capture/node_modules/socketwatcher
gyp ERR! node -v v0.11.10
gyp ERR! node-gyp -v v0.12.1
gyp ERR! not ok
npm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
Is what im getting when try to install it
The text was updated successfully, but these errors were encountered: