-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
50 lines (50 loc) · 3.61 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
41
42
43
44
45
46
47
48
49
50
0 info it worked if it ends with ok
1 verbose cli [ '/home/andi/.nvm/versions/node/v8.11.2/bin/node',
1 verbose cli '/home/andi/Projects/FireScript/firescript/node_modules/.bin/npm',
1 verbose cli 'run',
1 verbose cli 'test:unit' ]
2 info using npm@3.10.10
3 info using node@v8.11.2
4 warn invalid config loglevel="notice"
5 verbose run-script [ 'pretest:unit', 'test:unit', 'posttest:unit' ]
6 info lifecycle firescript@0.0.0~pretest:unit: firescript@0.0.0
7 silly lifecycle firescript@0.0.0~pretest:unit: no script for pretest:unit, continuing
8 info lifecycle firescript@0.0.0~test:unit: firescript@0.0.0
9 verbose lifecycle firescript@0.0.0~test:unit: unsafe-perm in lifecycle true
10 verbose lifecycle firescript@0.0.0~test:unit: PATH: /home/andi/Projects/FireScript/firescript/node_modules/npm/bin/node-gyp-bin:/home/andi/Projects/FireScript/firescript/node_modules/.bin:/home/andi/.nvm/versions/node/v8.11.2/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/andi/Projects/FireScript/firescript/node_modules/.bin:/home/andi/.nvm/versions/node/v8.11.2/bin:/home/andi/.go/bin:/home/andi/Projects/Applications/bash:/home/andi/Applications/bin:/home/andi/Applications/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
11 verbose lifecycle firescript@0.0.0~test:unit: CWD: /home/andi/Projects/FireScript/firescript
12 silly lifecycle firescript@0.0.0~test:unit: Args: [ '-c',
12 silly lifecycle 'mocha --reporter lagoon-reporter tests/unit/\\*\\*/\\*.spec.js' ]
13 silly lifecycle firescript@0.0.0~test:unit: Returned: code: 21 signal: null
14 info lifecycle firescript@0.0.0~test:unit: Failed to exec test:unit script
15 verbose stack Error: firescript@0.0.0 test:unit: `mocha --reporter lagoon-reporter tests/unit/\*\*/\*.spec.js`
15 verbose stack Exit status 21
15 verbose stack at EventEmitter.<anonymous> (/home/andi/Projects/FireScript/firescript/node_modules/npm/lib/utils/lifecycle.js:255:16)
15 verbose stack at emitTwo (events.js:126:13)
15 verbose stack at EventEmitter.emit (events.js:214:7)
15 verbose stack at ChildProcess.<anonymous> (/home/andi/Projects/FireScript/firescript/node_modules/npm/lib/utils/spawn.js:40:14)
15 verbose stack at emitTwo (events.js:126:13)
15 verbose stack at ChildProcess.emit (events.js:214:7)
15 verbose stack at maybeClose (internal/child_process.js:925:16)
15 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
16 verbose pkgid firescript@0.0.0
17 verbose cwd /home/andi/Projects/FireScript/firescript
18 error Linux 4.13.0-45-generic
19 error argv "/home/andi/.nvm/versions/node/v8.11.2/bin/node" "/home/andi/Projects/FireScript/firescript/node_modules/.bin/npm" "run" "test:unit"
20 error node v8.11.2
21 error npm v3.10.10
22 error code ELIFECYCLE
23 error firescript@0.0.0 test:unit: `mocha --reporter lagoon-reporter tests/unit/\*\*/\*.spec.js`
23 error Exit status 21
24 error Failed at the firescript@0.0.0 test:unit script 'mocha --reporter lagoon-reporter tests/unit/\*\*/\*.spec.js'.
24 error Make sure you have the latest version of node.js and npm installed.
24 error If you do, this is most likely a problem with the firescript package,
24 error not with npm itself.
24 error Tell the author that this fails on your system:
24 error mocha --reporter lagoon-reporter tests/unit/\*\*/\*.spec.js
24 error You can get information on how to open an issue for this project with:
24 error npm bugs firescript
24 error Or if that isn't available, you can get their info via:
24 error npm owner ls firescript
24 error There is likely additional logging output above.
25 verbose exit [ 1, true ]