-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
35 lines (35 loc) · 3.32 KB
/
npm-debug.log
File metadata and controls
35 lines (35 loc) · 3.32 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
30
31
32
33
34
35
0 info it worked if it ends with ok
1 verbose cli [ 'F:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'F:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'start' ]
2 info using npm@3.10.10
3 info using node@v6.11.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle redux-counter-example@0.0.0~prestart: redux-counter-example@0.0.0
6 silly lifecycle redux-counter-example@0.0.0~prestart: no script for prestart, continuing
7 info lifecycle redux-counter-example@0.0.0~start: redux-counter-example@0.0.0
8 verbose lifecycle redux-counter-example@0.0.0~start: unsafe-perm in lifecycle true
9 verbose lifecycle redux-counter-example@0.0.0~start: PATH: F:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Users\wam\Desktop\counter\node_modules\.bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;F:\work\tools\apache-ant-1.9.6-bin\apache-ant-1.9.6\bin;F:\Program Files\Java\jdk1.8.0_51\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;f:\Program Files\Git\cmd;F:\Program Files\nodejs;F:\Program Files\nodejs\;D:\Program Files\TortoiseGit\bin;F:\work\tools\android-sdk_r24.3.3-windows\android-sdk-windows\tools;f:\Program Files (x86)\SSH Communications Security\SSH Secure Shell;C:\Users\wam\AppData\Roaming\npm;C:\Users\wam\AppData\Local\atom\bin;C:\Python27;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;
10 verbose lifecycle redux-counter-example@0.0.0~start: CWD: C:\Users\wam\Desktop\counter
11 silly lifecycle redux-counter-example@0.0.0~start: Args: [ '/d /s /c', 'node server.js' ]
12 verbose stack Error: kill ENOSYS
12 verbose stack at exports._errnoException (util.js:1018:11)
12 verbose stack at process.kill (internal/process.js:190:13)
12 verbose stack at process.listener (F:\Program Files\nodejs\node_modules\npm\node_modules\npmlog\node_modules\gauge\node_modules\signal-exit\index.js:86:15)
12 verbose stack at emitNone (events.js:91:20)
12 verbose stack at process.emit (events.js:185:7)
12 verbose stack at processEmit (F:\Program Files\nodejs\node_modules\npm\node_modules\npmlog\node_modules\gauge\node_modules\signal-exit\index.js:146:32)
12 verbose stack at processEmit (F:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\node_modules\npmlog\node_modules\gauge\node_modules\signal-exit\index.js:146:32)
12 verbose stack at Signal.wrap.onsignal (internal/process.js:217:44)
13 verbose cwd C:\Users\wam\Desktop\counter
14 error Windows_NT 10.0.14393
15 error argv "F:\\Program Files\\nodejs\\node.exe" "F:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
16 error node v6.11.0
17 error npm v3.10.10
18 error code ENOSYS
19 error errno ENOSYS
20 error syscall kill
21 error kill ENOSYS
22 error If you need help, you may report this error at:
22 error <https://github.com/npm/npm/issues>
23 verbose exit [ 1, true ]