Skip to content

Instantly share code, notes, and snippets.

@golgobot
Created December 4, 2015 03:09
Show Gist options
  • Save golgobot/6705786a028a174aaad2 to your computer and use it in GitHub Desktop.
Save golgobot/6705786a028a174aaad2 to your computer and use it in GitHub Desktop.
npm-debug.og
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ]
2 info using npm@2.14.7
3 info using node@v4.2.1
4 verbose readDependencies loading dependencies from /Users/jonathan/github/node-glfw/package.json
5 verbose install where, deps [ '/Users/jonathan/github/node-glfw', [ 'bindings', 'nan' ] ]
6 verbose install where, peers [ '/Users/jonathan/github/node-glfw', [] ]
7 verbose installManyTop reading for lifecycle /Users/jonathan/github/node-glfw/package.json
8 info preinstall node-glfw@0.4.4
9 verbose installManyTop reading scoped package data from /Users/jonathan/github/node-glfw/node_modules/bindings/package.json
10 verbose installManyTop reading scoped package data from /Users/jonathan/github/node-glfw/node_modules/nan/package.json
11 verbose readDependencies loading dependencies from /Users/jonathan/github/node-glfw/package.json
12 verbose targetResolver reading package data from /Users/jonathan/github/node-glfw/node_modules/bindings/package.json
13 verbose targetResolver reading package data from /Users/jonathan/github/node-glfw/node_modules/nan/package.json
14 verbose already installed skipping bindings@^1.2.1 /Users/jonathan/github/node-glfw
15 verbose already installed skipping nan@^2.1.0 /Users/jonathan/github/node-glfw
16 silly install resolved []
17 info build /Users/jonathan/github/node-glfw
18 info linkStuff node-glfw@0.4.4
19 silly linkStuff node-glfw@0.4.4 has /Users/jonathan/github as its parent node_modules
20 verbose linkBins node-glfw@0.4.4
21 verbose linkMans node-glfw@0.4.4
22 verbose rebuildBundles node-glfw@0.4.4
23 verbose rebuildBundles [ 'bindings', 'nan' ]
24 info install node-glfw@0.4.4
25 verbose unsafe-perm in lifecycle true
26 info node-glfw@0.4.4 Failed to exec install script
27 verbose stack Error: node-glfw@0.4.4 install: `node-gyp rebuild`
27 verbose stack Exit status 1
27 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:214:16)
27 verbose stack at emitTwo (events.js:87:13)
27 verbose stack at EventEmitter.emit (events.js:172:7)
27 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
27 verbose stack at emitTwo (events.js:87:13)
27 verbose stack at ChildProcess.emit (events.js:172:7)
27 verbose stack at maybeClose (internal/child_process.js:818:16)
27 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
28 verbose pkgid node-glfw@0.4.4
29 verbose cwd /Users/jonathan/github/node-glfw
30 error Darwin 14.0.0
31 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
32 error node v4.2.1
33 error npm v2.14.7
34 error code ELIFECYCLE
35 error node-glfw@0.4.4 install: `node-gyp rebuild`
35 error Exit status 1
36 error Failed at the node-glfw@0.4.4 install script 'node-gyp rebuild'.
36 error This is most likely a problem with the node-glfw package,
36 error not with npm itself.
36 error Tell the author that this fails on your system:
36 error node-gyp rebuild
36 error You can get their info via:
36 error npm owner ls node-glfw
36 error There is likely additional logging output above.
37 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment