|
1 | 1 | 0 info it worked if it ends with ok
|
2 | 2 | 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
|
3 |
| -2 info using npm@2.11.3 |
4 |
| -3 info using node@v0.12.7 |
| 3 | +2 info using npm@2.14.2 |
| 4 | +3 info using node@v4.0.0 |
5 | 5 | 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
|
6 | 6 |
|
7 | 7 |
|
8 | 8 | 7 verbose unsafe-perm in lifecycle true
|
9 | 9 | 8 info [email protected] Failed to exec start script
|
10 |
| -9 verbose stack Error: [email protected] start: `node --harmony .` |
| 10 | +9 verbose stack Error: [email protected] start: `node .` |
11 | 11 | 9 verbose stack Exit status 1
|
12 |
| -9 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:213:16) |
13 |
| -9 verbose stack at EventEmitter.emit (events.js:110:17) |
| 12 | +9 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:214:16) |
| 13 | +9 verbose stack at emitTwo (events.js:87:13) |
| 14 | +9 verbose stack at EventEmitter.emit (events.js:172:7) |
14 | 15 | 9 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
|
15 |
| -9 verbose stack at ChildProcess.emit (events.js:110:17) |
16 |
| -9 verbose stack at maybeClose (child_process.js:1015:16) |
17 |
| -9 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1087:5) |
| 16 | +9 verbose stack at emitTwo (events.js:87:13) |
| 17 | +9 verbose stack at ChildProcess.emit (events.js:172:7) |
| 18 | +9 verbose stack at maybeClose (internal/child_process.js:817:16) |
| 19 | +9 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) |
18 | 20 | 10 verbose pkgid [email protected]
|
19 | 21 | 11 verbose cwd /Users/crcn/Developer/jobs/browsertap/apps/api
|
20 | 22 | 12 error Darwin 14.5.0
|
21 | 23 | 13 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
|
22 |
| -14 error node v0.12.7 |
23 |
| -15 error npm v2.11.3 |
| 24 | +14 error node v4.0.0 |
| 25 | +15 error npm v2.14.2 |
24 | 26 | 16 error code ELIFECYCLE
|
25 |
| -17 error [email protected] start: `node --harmony .` |
| 27 | +17 error [email protected] start: `node .` |
26 | 28 | 17 error Exit status 1
|
27 |
| -18 error Failed at the [email protected] start script 'node --harmony .'. |
| 29 | +18 error Failed at the [email protected] start script 'node .'. |
28 | 30 | 18 error This is most likely a problem with the api package,
|
29 | 31 | 18 error not with npm itself.
|
30 | 32 | 18 error Tell the author that this fails on your system:
|
31 |
| -18 error node --harmony . |
| 33 | +18 error node . |
32 | 34 | 18 error You can get their info via:
|
33 | 35 | 18 error npm owner ls api
|
34 | 36 | 18 error There is likely additional logging output above.
|
|
0 commit comments