-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
26 lines (26 loc) · 1016 Bytes
/
Copy pathnpm-debug.log
File metadata and controls
26 lines (26 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'start' ]
2 info using npm@1.4.14
3 info using node@v0.10.29
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart tohru@0.2.0-9
6 info start tohru@0.2.0-9
7 verbose unsafe-perm in lifecycle true
8 info tohru@0.2.0-9 Failed to exec start script
9 error tohru@0.2.0-9 start: `node app.js`
9 error Exit status 8
10 error Failed at the tohru@0.2.0-9 start script.
10 error This is most likely a problem with the tohru package,
10 error not with npm itself.
10 error Tell the author that this fails on your system:
10 error node app.js
10 error You can get their info via:
10 error npm owner ls tohru
10 error There is likely additional logging output above.
11 error System Darwin 13.4.0
12 error command "node" "/usr/local/bin/npm" "start"
13 error cwd /Users/Nomad/Documents/Aptana/New Tohru/TOHRU Server
14 error node -v v0.10.29
15 error npm -v 1.4.14
16 error code ELIFECYCLE
17 verbose exit [ 1, true ]