-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
40 lines (40 loc) · 1.99 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'run',
1 verbose cli 'protractor' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink /usr/local/bin/node
5 verbose run-script [ 'preprotractor', 'protractor', 'postprotractor' ]
6 info preprotractor [email protected]
7 verbose unsafe-perm in lifecycle true
8 info protractor [email protected]
9 verbose unsafe-perm in lifecycle true
10 info [email protected] Failed to exec protractor script
11 verbose stack Error: [email protected] protractor: `protractor e2e-tests/protractor.conf.js`
11 verbose stack Exit status 8
11 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:213:16)
11 verbose stack at EventEmitter.emit (events.js:98:17)
11 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:14:12)
11 verbose stack at ChildProcess.EventEmitter.emit (events.js:98:17)
11 verbose stack at maybeClose (child_process.js:743:16)
11 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:810:5)
12 verbose pkgid [email protected]
13 verbose cwd /home/justin/WebstormProjects/NestedRepeaterTest
14 error Linux 3.13.0-37-generic
15 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "protractor"
16 error node v0.10.25
17 error npm v2.7.4
18 error code ELIFECYCLE
19 error [email protected] protractor: `protractor e2e-tests/protractor.conf.js`
19 error Exit status 8
20 error Failed at the [email protected] protractor script 'protractor e2e-tests/protractor.conf.js'.
20 error This is most likely a problem with the angular-seed package,
20 error not with npm itself.
20 error Tell the author that this fails on your system:
20 error protractor e2e-tests/protractor.conf.js
20 error You can get their info via:
20 error npm owner ls angular-seed
20 error There is likely additional logging output above.
21 verbose exit [ 1, true ]