-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Error on npm start - Exit status 1 #292
Description
I downloaded angular-seed to my computer. Then opened the command prompt to the root folder. npm install worked ok. I was also able to get jasmine tests to work OK. But not protractor. when I type npm start I get this.
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'start' ]
2 info using npm@2.11.2
3 info using node@v0.12.6
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart angular-seed@0.0.0
6 verbose unsafe-perm in lifecycle true
7 info start angular-seed@0.0.0
8 verbose unsafe-perm in lifecycle true
9 info angular-seed@0.0.0 Failed to exec start script
10 verbose stack Error: angular-seed@0.0.0 start: http-server -a localhost -p 8000 -c-1
10 verbose stack Exit status 1
10 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:213:16)
10 verbose stack at EventEmitter.emit (events.js:110:17)
10 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
10 verbose stack at ChildProcess.emit (events.js:110:17)
10 verbose stack at maybeClose (child_process.js:1015:16)
10 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
11 verbose pkgid angular-seed@0.0.0
12 verbose cwd D:\Projects\AngularSeed
13 error Windows_NT 6.1.7601
14 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start"
15 error node v0.12.6
16 error npm v2.11.2
17 error code ELIFECYCLE
18 error angular-seed@0.0.0 start: http-server -a localhost -p 8000 -c-1
18 error Exit status 1
19 error Failed at the angular-seed@0.0.0 start script 'http-server -a localhost -p 8000 -c-1'.
19 error This is most likely a problem with the angular-seed package,
19 error not with npm itself.
19 error Tell the author that this fails on your system:
19 error http-server -a localhost -p 8000 -c-1
19 error You can get their info via:
19 error npm owner ls angular-seed
19 error There is likely additional logging output above.
20 verbose exit [ 1, true ]