Created
February 1, 2016 18:51
-
-
Save spacemonkey/5e5e7811781bfab14fac to your computer and use it in GitHub Desktop.
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 [ '/usr/local/opt/nvm/versions/node/v5.4.0/bin/node', | |
1 verbose cli '/usr/local/opt/nvm/versions/node/v5.4.0/bin/npm', | |
1 verbose cli 'start' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'prestart', 'start', 'poststart' ] | |
5 info lifecycle my-first-hoodie@~prestart: my-first-hoodie@ | |
6 silly lifecycle my-first-hoodie@~prestart: no script for prestart, continuing | |
7 info lifecycle my-first-hoodie@~start: my-first-hoodie@ | |
8 verbose lifecycle my-first-hoodie@~start: unsafe-perm in lifecycle true | |
9 verbose lifecycle my-first-hoodie@~start: PATH: /usr/local/opt/nvm/versions/node/v5.4.0/lib/node_modules/npm/bin/node-gyp-bin:/Users/spacemonkey/code/hoodie/my-first-hoodie/node_modules/.bin:/Users/spacemonkey/bin:/usr/local/opt/nvm/versions/node/v5.4.0/bin:/Users/spacemonkey/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/spacemonkey/golang/bin:/usr/local/opt/go/libexec/bin | |
10 verbose lifecycle my-first-hoodie@~start: CWD: /Users/spacemonkey/code/hoodie/my-first-hoodie | |
11 silly lifecycle my-first-hoodie@~start: Args: [ '-c', 'hoodie' ] | |
12 silly lifecycle my-first-hoodie@~start: Returned: code: 1 signal: null | |
13 info lifecycle my-first-hoodie@~start: Failed to exec start script | |
14 verbose stack Error: my-first-hoodie@ start: `hoodie` | |
14 verbose stack Exit status 1 | |
14 verbose stack at EventEmitter.<anonymous> (/usr/local/opt/nvm/versions/node/v5.4.0/lib/node_modules/npm/lib/utils/lifecycle.js:232:16) | |
14 verbose stack at emitTwo (events.js:87:13) | |
14 verbose stack at EventEmitter.emit (events.js:172:7) | |
14 verbose stack at ChildProcess.<anonymous> (/usr/local/opt/nvm/versions/node/v5.4.0/lib/node_modules/npm/lib/utils/spawn.js:24:14) | |
14 verbose stack at emitTwo (events.js:87:13) | |
14 verbose stack at ChildProcess.emit (events.js:172:7) | |
14 verbose stack at maybeClose (internal/child_process.js:821:16) | |
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) | |
15 verbose pkgid my-first-hoodie@ | |
16 verbose cwd /Users/spacemonkey/code/hoodie/my-first-hoodie | |
17 error Darwin 14.5.0 | |
18 error argv "/usr/local/opt/nvm/versions/node/v5.4.0/bin/node" "/usr/local/opt/nvm/versions/node/v5.4.0/bin/npm" "start" | |
19 error node v5.4.0 | |
20 error npm v3.3.12 | |
21 error code ELIFECYCLE | |
22 error my-first-hoodie@ start: `hoodie` | |
22 error Exit status 1 | |
23 error Failed at the my-first-hoodie@ start script 'hoodie'. | |
23 error Make sure you have the latest version of node.js and npm installed. | |
23 error If you do, this is most likely a problem with the my-first-hoodie package, | |
23 error not with npm itself. | |
23 error Tell the author that this fails on your system: | |
23 error hoodie | |
23 error You can get their info via: | |
23 error npm owner ls my-first-hoodie | |
23 error There is likely additional logging output above. | |
24 verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment