-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
32 lines (32 loc) · 1.67 KB
/
npm-debug.log
File metadata and controls
32 lines (32 loc) · 1.67 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node',
1 verbose cli '/usr/bin/npm',
1 verbose cli 'start',
1 verbose cli '--prefix',
1 verbose cli '/home/pi/Desktop/SentinelAI/alexa-avs-sample-app/samples/companionService',
1 verbose cli '--cwd',
1 verbose cli '/home/pi/Desktop/SentinelAI/alexa-avs-sample-app/samples/companionService' ]
2 info using npm@1.4.21
3 info using node@v8.11.1
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart alexa-voice-service-sample-companion-service@1.0.0
6 info start alexa-voice-service-sample-companion-service@1.0.0
7 verbose unsafe-perm in lifecycle true
8 info alexa-voice-service-sample-companion-service@1.0.0 Failed to exec start script
9 error alexa-voice-service-sample-companion-service@1.0.0 start: `node ./bin/www`
9 error Exit status 1
10 error Failed at the alexa-voice-service-sample-companion-service@1.0.0 start script.
10 error This is most likely a problem with the alexa-voice-service-sample-companion-service package,
10 error not with npm itself.
10 error Tell the author that this fails on your system:
10 error node ./bin/www
10 error You can get their info via:
10 error npm owner ls alexa-voice-service-sample-companion-service
10 error There is likely additional logging output above.
11 error System Linux 4.14.69-v7+
12 error command "/usr/bin/node" "/usr/bin/npm" "start" "--prefix" "/home/pi/Desktop/SentinelAI/alexa-avs-sample-app/samples/companionService" "--cwd" "/home/pi/Desktop/SentinelAI/alexa-avs-sample-app/samples/companionService"
13 error cwd /home/pi/Desktop/SentinelAI
14 error node -v v8.11.1
15 error npm -v 1.4.21
16 error code ELIFECYCLE
17 verbose exit [ 1, true ]