-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
30 lines (30 loc) · 1.28 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/bin/nodejs', '/usr/bin/npm', 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose read json /home/theareba/node/OMDbSearch/package.json
5 warn package.json [email protected] No README.md file found!
6 verbose run-script [ 'prestart', 'start', 'poststart' ]
7 info prestart [email protected]
8 info start [email protected]
9 verbose unsafe-perm in lifecycle true
10 silly exec sh "-c" "node ./bin/www"
11 silly sh,-c,node ./bin/www,/home/theareba/node/OMDbSearch spawning
12 info [email protected] Failed to exec start script
13 error [email protected] start: `node ./bin/www`
13 error `sh "-c" "node ./bin/www"` failed with 8
14 error Failed at the [email protected] start script.
14 error This is most likely a problem with the OMDbSearch 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 OMDbSearch
14 error There is likely additional logging output above.
15 error System Linux 3.11.0-26-generic
16 error command "/usr/bin/nodejs" "/usr/bin/npm" "start"
17 error cwd /home/theareba/node/OMDbSearch
18 error node -v v0.10.15
19 error npm -v 1.2.18
20 error code ELIFECYCLE
21 verbose exit [ 1, true ]