This repository was archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
41 lines (41 loc) · 2.07 KB
/
npm-debug.log
File metadata and controls
41 lines (41 loc) · 2.07 KB
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
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@2.15.9
3 info using node@v4.5.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart carl-guild-group2-chat@0.0.1
6 verbose unsafe-perm in lifecycle true
7 info start carl-guild-group2-chat@0.0.1
8 verbose unsafe-perm in lifecycle true
9 info carl-guild-group2-chat@0.0.1 Failed to exec start script
10 verbose stack Error: carl-guild-group2-chat@0.0.1 start: `node dist/app.js`
10 verbose stack Exit status 1
10 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:217:16)
10 verbose stack at emitTwo (events.js:87:13)
10 verbose stack at EventEmitter.emit (events.js:172:7)
10 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
10 verbose stack at emitTwo (events.js:87:13)
10 verbose stack at ChildProcess.emit (events.js:172:7)
10 verbose stack at maybeClose (internal/child_process.js:829:16)
10 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
11 verbose pkgid carl-guild-group2-chat@0.0.1
12 verbose cwd /Users/jonas/Projekt/carl-guild-group2-chat
13 error Darwin 16.0.0
14 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
15 error node v4.5.0
16 error npm v2.15.9
17 error code ELIFECYCLE
18 error carl-guild-group2-chat@0.0.1 start: `node dist/app.js`
18 error Exit status 1
19 error Failed at the carl-guild-group2-chat@0.0.1 start script 'node dist/app.js'.
19 error This is most likely a problem with the carl-guild-group2-chat package,
19 error not with npm itself.
19 error Tell the author that this fails on your system:
19 error node dist/app.js
19 error You can get information on how to open an issue for this project with:
19 error npm bugs carl-guild-group2-chat
19 error Or if that isn't available, you can get their info via:
19 error
19 error npm owner ls carl-guild-group2-chat
19 error There is likely additional logging output above.
20 verbose exit [ 1, true ]