-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
44 lines (44 loc) · 2.57 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink /usr/bin/node
5 verbose run-script [ 'prestart', 'start', 'poststart' ]
6 info lifecycle [email protected]~prestart: [email protected]
7 silly lifecycle [email protected]~prestart: no script for prestart, continuing
8 info lifecycle [email protected]~start: [email protected]
9 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
10 verbose lifecycle [email protected]~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/home/maximiliano/Escritorio/TrucoIng/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
11 verbose lifecycle [email protected]~start: CWD: /home/maximiliano/Escritorio/TrucoIng
12 silly lifecycle [email protected]~start: Args: [ '-c', 'NODE_ENV=development node ./bin/www' ]
13 silly lifecycle [email protected]~start: Returned: code: 8 signal: null
14 info lifecycle [email protected]~start: Failed to exec start script
15 verbose stack Error: [email protected] start: `NODE_ENV=development node ./bin/www`
15 verbose stack Exit status 8
15 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
15 verbose stack at EventEmitter.emit (events.js:98:17)
15 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
15 verbose stack at ChildProcess.EventEmitter.emit (events.js:98:17)
15 verbose stack at maybeClose (child_process.js:743:16)
15 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:810:5)
16 verbose pkgid [email protected]
17 verbose cwd /home/maximiliano/Escritorio/TrucoIng
18 error Linux 3.19.0-32-generic
19 error argv "node" "/usr/local/bin/npm" "start"
20 error node v0.10.25
21 error npm v3.10.7
22 error code ELIFECYCLE
23 error [email protected] start: `NODE_ENV=development node ./bin/www`
23 error Exit status 8
24 error Failed at the [email protected] start script 'NODE_ENV=development node ./bin/www'.
24 error Make sure you have the latest version of node.js and npm installed.
24 error If you do, this is most likely a problem with the Truco package,
24 error not with npm itself.
24 error Tell the author that this fails on your system:
24 error NODE_ENV=development node ./bin/www
24 error You can get information on how to open an issue for this project with:
24 error npm bugs Truco
24 error Or if that isn't available, you can get their info via:
24 error npm owner ls Truco
24 error There is likely additional logging output above.
25 verbose exit [ 1, true ]