gitbash-react 项目启动报错

react 项目启动报错

0 info it worked if it ends with ok
1 verbose cli [ 'D:\\developTools\\nodejs\\node.exe',
1 verbose cli   'D:\\developTools\\nodejs\\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 silly lifecycle [email protected]~prestart: no script for prestart, continuing
7 info lifecycle [email protected]~start: [email protected]
8 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]~start: PATH: D:\developTools\nodejs\node_modules\npm\bin\node-gyp-bin;E:\ReactApp\node_modules\.bin;C:\Users\Administrator\bin;D:\git\Git\mingw64\bin;D:\git\Git\usr\local\bin;D:\git\Git\usr\bin;D:\git\Git\usr\bin;D:\git\Git\mingw64\bin;D:\git\Git\usr\bin;C:\Users\Administrator\bin;E:\Program Files\360\360DeskTop;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;F:\git\nvmw-master;F:\git\nvmw-master\latest;D:\developTools\mysql-5.6-winx64\mysql-5.6.35-winx64\bin;D:\developTools\nodejs;C:\Users\Administrator\AppData\Roaming\npm;D:\developTools\java\jdk1.7.0_17\bin;D:\git\Git\usr\bin\vendor_perl;D:\git\Git\usr\bin\core_perl
10 verbose lifecycle [email protected]~start: CWD: E:\ReactApp
11 silly lifecycle [email protected]~start: Args: [ '/d /s /c', 'webpack-dev-server --hot' ]
12 silly lifecycle [email protected]~start: Returned: code: 1  signal: null
13 info lifecycle [email protected]~start: Failed to exec start script
14 verbose stack Error: [email protected] start: `webpack-dev-server --hot`
14 verbose stack Exit status 1
14 verbose stack     at EventEmitter. (D:\developTools\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess. (D:\developTools\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:886:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid [email protected]
16 verbose cwd E:\ReactApp
17 error Windows_NT 6.1.7601
18 error argv "D:\\developTools\\nodejs\\node.exe" "D:\\developTools\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
19 error node v6.10.3
20 error npm  v3.10.10
21 error code ELIFECYCLE
22 error [email protected] start: `webpack-dev-server --hot`
22 error Exit status 1
23 error Failed at the [email protected] start script 'webpack-dev-server --hot'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the react-test package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     webpack-dev-server --hot
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs react-test
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls react-test
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]


你可能感兴趣的:(React)