-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
45 lines (45 loc) · 3.1 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
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 'run-script',
1 verbose cli 'slugbot' ]
2 info using npm@3.3.8
3 info using node@v4.2.1
4 verbose run-script [ 'preslugbot', 'slugbot', 'postslugbot' ]
5 info lifecycle slugbot@1.0.0~preslugbot: slugbot@1.0.0
6 silly lifecycle slugbot@1.0.0~preslugbot: no script for preslugbot, continuing
7 info lifecycle slugbot@1.0.0~slugbot: slugbot@1.0.0
8 verbose lifecycle slugbot@1.0.0~slugbot: unsafe-perm in lifecycle true
9 verbose lifecycle slugbot@1.0.0~slugbot: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Users\Paul Browning\Desktop\my projects\slugbot\node_modules\.bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\system32\wbem;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\QuickTime\QTSystem;C:\Python34;C:\Program Files (x86)\Git\cmd;C:\Ruby193\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\nodejs\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Users\Paul Browning\AppData\Roaming\npm
10 verbose lifecycle slugbot@1.0.0~slugbot: CWD: C:\Users\Paul Browning\Desktop\my projects\slugbot
11 silly lifecycle slugbot@1.0.0~slugbot: Args: [ '/d /s /c', 'node src/app.js' ]
12 silly lifecycle slugbot@1.0.0~slugbot: Returned: code: 1 signal: null
13 info lifecycle slugbot@1.0.0~slugbot: Failed to exec slugbot script
14 verbose stack Error: slugbot@1.0.0 slugbot: `node src/app.js`
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:233:16)
14 verbose stack at emitTwo (events.js:87:13)
14 verbose stack at EventEmitter.emit (events.js:172:7)
14 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
14 verbose stack at emitTwo (events.js:87:13)
14 verbose stack at ChildProcess.emit (events.js:172:7)
14 verbose stack at maybeClose (internal/child_process.js:818:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
15 verbose pkgid slugbot@1.0.0
16 verbose cwd C:\Users\Paul Browning\Desktop\my projects\slugbot
17 error Windows_NT 6.1.7601
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run-script" "slugbot"
19 error node v4.2.1
20 error npm v3.3.8
21 error code ELIFECYCLE
22 error slugbot@1.0.0 slugbot: `node src/app.js`
22 error Exit status 1
23 error Failed at the slugbot@1.0.0 slugbot script 'node src/app.js'.
23 error This is most likely a problem with the slugbot package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error node src/app.js
23 error You can get their info via:
23 error npm owner ls slugbot
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]