-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnpm-debug.log
More file actions
29 lines (29 loc) · 1.14 KB
/
npm-debug.log
File metadata and controls
29 lines (29 loc) · 1.14 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/node/bin/node',
1 verbose cli '/usr/local/node/bin/npm',
1 verbose cli 'run',
1 verbose cli 'e2e' ]
2 info using npm@1.4.28
3 info using node@v0.10.32
4 verbose run-script [ 'pree2e', 'e2e', 'poste2e' ]
5 info pree2e hapi-technologies@1.0.0
6 info e2e hapi-technologies@1.0.0
7 verbose unsafe-perm in lifecycle true
8 info hapi-technologies@1.0.0 Failed to exec e2e script
9 error hapi-technologies@1.0.0 e2e: `make test-e2e`
9 error Exit status 2
10 error Failed at the hapi-technologies@1.0.0 e2e script.
10 error This is most likely a problem with the hapi-technologies package,
10 error not with npm itself.
10 error Tell the author that this fails on your system:
10 error make test-e2e
10 error You can get their info via:
10 error npm owner ls hapi-technologies
10 error There is likely additional logging output above.
11 error System Darwin 14.0.0
12 error command "/usr/local/node/bin/node" "/usr/local/node/bin/npm" "run" "e2e"
13 error cwd /Users/chyld/WebstormProjects/evernode
14 error node -v v0.10.32
15 error npm -v 1.4.28
16 error code ELIFECYCLE
17 verbose exit [ 1, true ]