Created
May 31, 2017 17:43
-
-
Save ttm/55a1eb044a7f53e445c83b2dcb087b7e to your computer and use it in GitHub Desktop.
This file contains hidden or 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 [ '/usr/bin/nodejs', '/usr/bin/npm', 'run', 'build' ] | |
| 2 info using npm@3.5.2 | |
| 3 info using node@v4.2.6 | |
| 4 verbose run-script [ 'prebuild', 'build', 'postbuild' ] | |
| 5 info lifecycle ccnetviz@1.0.14~prebuild: ccnetviz@1.0.14 | |
| 6 silly lifecycle ccnetviz@1.0.14~prebuild: no script for prebuild, continuing | |
| 7 info lifecycle ccnetviz@1.0.14~build: ccnetviz@1.0.14 | |
| 8 verbose lifecycle ccnetviz@1.0.14~build: unsafe-perm in lifecycle true | |
| 9 verbose lifecycle ccnetviz@1.0.14~build: PATH: /usr/share/npm/bin/node-gyp-bin:/home/r/repos/ccNetViz/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin | |
| 10 verbose lifecycle ccnetviz@1.0.14~build: CWD: /home/r/repos/ccNetViz | |
| 11 silly lifecycle ccnetviz@1.0.14~build: Args: [ '-c', 'node build.js' ] | |
| 12 info lifecycle ccnetviz@1.0.14~build: Failed to exec build script | |
| 13 verbose stack Error: ccnetviz@1.0.14 build: `node build.js` | |
| 13 verbose stack spawn ENOENT | |
| 13 verbose stack at ChildProcess.<anonymous> (/usr/share/npm/lib/utils/spawn.js:17:16) | |
| 13 verbose stack at emitTwo (events.js:87:13) | |
| 13 verbose stack at ChildProcess.emit (events.js:172:7) | |
| 13 verbose stack at maybeClose (internal/child_process.js:821:16) | |
| 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) | |
| 14 verbose pkgid ccnetviz@1.0.14 | |
| 15 verbose cwd /home/r/repos/ccNetViz | |
| 16 error Linux 4.4.0-78-generic | |
| 17 error argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "build" | |
| 18 error node v4.2.6 | |
| 19 error npm v3.5.2 | |
| 20 error file sh | |
| 21 error code ELIFECYCLE | |
| 22 error errno ENOENT | |
| 23 error syscall spawn | |
| 24 error ccnetviz@1.0.14 build: `node build.js` | |
| 24 error spawn ENOENT | |
| 25 error Failed at the ccnetviz@1.0.14 build script 'node build.js'. | |
| 25 error Make sure you have the latest version of node.js and npm installed. | |
| 25 error If you do, this is most likely a problem with the ccnetviz package, | |
| 25 error not with npm itself. | |
| 25 error Tell the author that this fails on your system: | |
| 25 error node build.js | |
| 25 error You can get information on how to open an issue for this project with: | |
| 25 error npm bugs ccnetviz | |
| 25 error Or if that isn't available, you can get their info via: | |
| 25 error npm owner ls ccnetviz | |
| 25 error There is likely additional logging output above. | |
| 26 verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment