Created
May 5, 2015 11:03
-
-
Save baseonmars/f69b7eb25ce92e865a9f to your computer and use it in GitHub Desktop.
node-unix-dgram build issue with iojs 2.0.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] | |
3 info using [email protected] | |
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 [email protected] | |
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 [email protected] | |
19 silly linkStuff [email protected] has /Users/dan/code/forks as its parent node_modules | |
20 verbose linkBins [email protected] | |
21 verbose linkMans [email protected] | |
22 verbose rebuildBundles [email protected] | |
23 verbose rebuildBundles [ 'bindings', 'nan' ] | |
24 info install [email protected] | |
25 verbose unsafe-perm in lifecycle true | |
26 info [email protected] Failed to exec install script | |
27 verbose stack Error: [email protected] 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 [email protected] | |
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 [email protected] install: `node-gyp rebuild` | |
35 error Exit status 1 | |
36 error Failed at the [email protected] 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