Skip to content

Instantly share code, notes, and snippets.

@baseonmars
Created May 5, 2015 11:03
Show Gist options
  • Save baseonmars/f69b7eb25ce92e865a9f to your computer and use it in GitHub Desktop.
Save baseonmars/f69b7eb25ce92e865a9f to your computer and use it in GitHub Desktop.
node-unix-dgram build issue with iojs 2.0.0
0 info it worked if it ends with ok
1 verbose cli [ '/Users/dan/.nvm/versions/io.js/v2.0.0/bin/iojs',
1 verbose cli '/Users/dan/.nvm/versions/io.js/v2.0.0/bin/npm',
1 verbose cli 'i' ]
2 info using npm@2.9.0
3 info using node@v2.0.0
4 verbose readDependencies loading dependencies from /Users/dan/code/forks/node-unix-dgram/package.json
5 verbose install where, deps [ '/Users/dan/code/forks/node-unix-dgram',
5 verbose install [ 'bindings', 'nan' ] ]
6 verbose install where, peers [ '/Users/dan/code/forks/node-unix-dgram', [] ]
7 verbose installManyTop reading for lifecycle /Users/dan/code/forks/node-unix-dgram/package.json
8 info preinstall unix-dgram@0.1.2
9 verbose installManyTop reading scoped package data from /Users/dan/code/forks/node-unix-dgram/node_modules/bindings/package.json
10 verbose installManyTop reading scoped package data from /Users/dan/code/forks/node-unix-dgram/node_modules/nan/package.json
11 verbose readDependencies loading dependencies from /Users/dan/code/forks/node-unix-dgram/package.json
12 verbose targetResolver reading package data from /Users/dan/code/forks/node-unix-dgram/node_modules/bindings/package.json
13 verbose targetResolver reading package data from /Users/dan/code/forks/node-unix-dgram/node_modules/nan/package.json
14 verbose already installed skipping bindings@~1.1.1 /Users/dan/code/forks/node-unix-dgram
15 verbose already installed skipping nan@~1.7.0 /Users/dan/code/forks/node-unix-dgram
16 silly install resolved []
17 info build /Users/dan/code/forks/node-unix-dgram
18 info linkStuff unix-dgram@0.1.2
19 silly linkStuff unix-dgram@0.1.2 has /Users/dan/code/forks as its parent node_modules
20 verbose linkBins unix-dgram@0.1.2
21 verbose linkMans unix-dgram@0.1.2
22 verbose rebuildBundles unix-dgram@0.1.2
23 verbose rebuildBundles [ 'bindings', 'nan' ]
24 info install unix-dgram@0.1.2
25 verbose unsafe-perm in lifecycle true
26 info unix-dgram@0.1.2 Failed to exec install script
27 verbose stack Error: unix-dgram@0.1.2 install: `node-gyp rebuild`
27 verbose stack Exit status 1
27 verbose stack at EventEmitter.<anonymous> (/Users/dan/.nvm/versions/io.js/v2.0.0/lib/node_modules/npm/lib/utils/lifecycle.js:213:16)
27 verbose stack at emitTwo (events.js:87:13)
27 verbose stack at EventEmitter.emit (events.js:169:7)
27 verbose stack at ChildProcess.<anonymous> (/Users/dan/.nvm/versions/io.js/v2.0.0/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:169:7)
27 verbose stack at maybeClose (child_process.js:953:16)
27 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1020:5)
28 verbose pkgid unix-dgram@0.1.2
29 verbose cwd /Users/dan/code/forks/node-unix-dgram
30 error Darwin 14.3.0
31 error argv "/Users/dan/.nvm/versions/io.js/v2.0.0/bin/iojs" "/Users/dan/.nvm/versions/io.js/v2.0.0/bin/npm" "i"
32 error node v2.0.0
33 error npm v2.9.0
34 error code ELIFECYCLE
35 error unix-dgram@0.1.2 install: `node-gyp rebuild`
35 error Exit status 1
36 error Failed at the unix-dgram@0.1.2 install script 'node-gyp rebuild'.
36 error This is most likely a problem with the unix-dgram 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 unix-dgram
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