-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
45 lines (45 loc) · 3.01 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 [ 'D:\\node\\node.exe',
1 verbose cli 'D:\\node\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]~prestart: [email protected]
6 verbose lifecycle [email protected]~prestart: unsafe-perm in lifecycle true
7 verbose lifecycle [email protected]~prestart: PATH: D:\node\node_modules\npm\bin\node-gyp-bin;F:\dva\my-dva\node_modules\.bin;D:\node;C:\Users\Administrator\bin;D:\GitHub\Git\mingw32\bin;D:\GitHub\Git\usr\local\bin;D:\GitHub\Git\usr\bin;D:\GitHub\Git\usr\bin;D:\GitHub\Git\mingw32\bin;D:\GitHub\Git\usr\bin;C:\Users\Administrator\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;D:\GitHub\Git\cmd;D:\GitHub\Git\mingw32\bin;D:\GitHub\Git\usr\bin;D:\node;C:\Program Files\Java\jdk1.8.0_91\bin;C:\Program Files\Java\jdk1.8.0_91\jre\bin;C:\Users\Administrator\AppData\Roaming\npm;D:\node\node_modules;D:\GitHub\Git\usr\bin\vendor_perl;D:\GitHub\Git\usr\bin\core_perl
8 verbose lifecycle [email protected]~prestart: CWD: F:\dva\my-dva
9 silly lifecycle [email protected]~prestart: Args: [ '/d /s /c', 'npm run build:dll' ]
10 silly lifecycle [email protected]~prestart: Returned: code: 1 signal: null
11 info lifecycle [email protected]~prestart: Failed to exec prestart script
12 verbose stack Error: [email protected] prestart: `npm run build:dll`
12 verbose stack Exit status 1
12 verbose stack at EventEmitter.<anonymous> (D:\node\node_modules\npm\lib\utils\lifecycle.js:245:16)
12 verbose stack at emitTwo (events.js:106:13)
12 verbose stack at EventEmitter.emit (events.js:191:7)
12 verbose stack at ChildProcess.<anonymous> (D:\node\node_modules\npm\lib\utils\spawn.js:24:14)
12 verbose stack at emitTwo (events.js:106:13)
12 verbose stack at ChildProcess.emit (events.js:191:7)
12 verbose stack at maybeClose (internal/child_process.js:850:16)
12 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
13 verbose pkgid [email protected]
14 verbose cwd F:\dva\my-dva
15 error Windows_NT 6.1.7601
16 error argv "D:\\node\\node.exe" "D:\\node\\node_modules\\npm\\bin\\npm-cli.js" "start"
17 error node v6.2.0
18 error npm v3.8.9
19 error code ELIFECYCLE
20 error [email protected] prestart: `npm run build:dll`
20 error Exit status 1
21 error Failed at the [email protected] prestart script 'npm run build:dll'.
21 error Make sure you have the latest version of node.js and npm installed.
21 error If you do, this is most likely a problem with the my-dva package,
21 error not with npm itself.
21 error Tell the author that this fails on your system:
21 error npm run build:dll
21 error You can get information on how to open an issue for this project with:
21 error npm bugs my-dva
21 error Or if that isn't available, you can get their info via:
21 error npm owner ls my-dva
21 error There is likely additional logging output above.
22 verbose exit [ 1, true ]