-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
30 lines (30 loc) · 1.21 KB
/
npm-debug.log
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
27
28
29
30
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
2 info using npm@1.2.18
3 info using node@v0.10.4
4 verbose read json /development/apm/package.json
5 warn package.json apm@0.0.1 No README.md file found!
6 verbose run-script [ 'prestart', 'start', 'poststart' ]
7 info prestart apm@0.0.1
8 info start apm@0.0.1
9 verbose unsafe-perm in lifecycle true
10 silly exec sh "-c" "node ./bin/www"
11 silly sh,-c,node ./bin/www,/development/apm spawning
12 info apm@0.0.1 Failed to exec start script
13 error apm@0.0.1 start: `node ./bin/www`
13 error `sh "-c" "node ./bin/www"` failed with 8
14 error Failed at the apm@0.0.1 start script.
14 error This is most likely a problem with the apm package,
14 error not with npm itself.
14 error Tell the author that this fails on your system:
14 error node ./bin/www
14 error You can get their info via:
14 error npm owner ls apm
14 error There is likely additional logging output above.
15 error System Linux 2.6.32-431.29.2.el6.x86_64
16 error command "/usr/local/bin/node" "/usr/local/bin/npm" "start"
17 error cwd /development/apm
18 error node -v v0.10.4
19 error npm -v 1.2.18
20 error code ELIFECYCLE
21 verbose exit [ 1, true ]