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

fix npm install error: "Error: [email protected] install: node-gyp rebuild" #302

Open
cvan opened this issue Oct 2, 2018 · 1 comment

Comments

@cvan
Copy link
Contributor

cvan commented Oct 2, 2018


24635 verbose stack Error: [email protected] install: `node-gyp rebuild`
24635 verbose stack Exit status 1
24635 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
24635 verbose stack     at EventEmitter.emit (events.js:182:13)
24635 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
24635 verbose stack     at ChildProcess.emit (events.js:182:13)
24635 verbose stack     at maybeClose (internal/child_process.js:947:16)
24635 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:236:5)
24636 verbose pkgid [email protected]
24637 verbose cwd /opt/webvrrocks/webvrrocks
24638 verbose Darwin 17.3.0
24639 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "i"
24640 verbose node v10.0.0
24641 verbose npm  v6.4.1
24642 error code ELIFECYCLE
24643 error errno 1
24644 error [email protected] install: `node-gyp rebuild`
24644 error Exit status 1
24645 error Failed at the [email protected] install script.
24645 error This is probably not a problem with npm. There is likely additional logging output above.
24646 verbose exit [ 1, true ]

@caseyyee
Copy link
Contributor

caseyyee commented Oct 5, 2018

I had to install node 8 for it to work.

cvan added a commit that referenced this issue Oct 12, 2018
upgrade npm dependencies (fixes issue #302)
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

2 participants