在线观看不卡亚洲电影_亚洲妓女99综合网_91青青青亚洲娱乐在线观看_日韩无码高清综合久久

鍍金池/ 問答/Java  HTML/ 基于nodeJS的react框架 配置好后,卻因為未知原因無法通過npm st

基于nodeJS的react框架 配置好后,卻因為未知原因無法通過npm start 啟動?

clone了一個node+react的框架,打算學(xué)習(xí)一下服務(wù)端渲染,但是npm install 安裝好依賴后,卻無法啟動,這里是Debug.log

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',
1 verbose cli   'start' ]
2 info using npm@5.3.0
3 info using node@v8.4.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle funsee-boilerplate@1.0.0~prestart: funsee-boilerplate@1.0.0
6 info lifecycle funsee-boilerplate@1.0.0~start: funsee-boilerplate@1.0.0
7 verbose lifecycle funsee-boilerplate@1.0.0~start: unsafe-perm in lifecycle true
8 verbose lifecycle funsee-boilerplate@1.0.0~start: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;D:\myoss-node-wechat-master\node-wechat\node_modules\.bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files (x86)\Razer Chroma SDK\bin;C:\Program Files\Razer Chroma SDK\bin;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)\NVIDIA Corporation\PhysX\Common;C:\Program Files\nodejs\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Users\13272\AppData\Local\Microsoft\WindowsApps;C:\Users\13272\AppData\Roaming\npm;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Users\13272\AppData\Local\Microsoft\WindowsApps;C:\Users\13272\AppData\Roaming\npm;
9 verbose lifecycle funsee-boilerplate@1.0.0~start: CWD: D:\myoss-node-wechat-master\node-wechat
10 silly lifecycle funsee-boilerplate@1.0.0~start: Args: [ '/d /s /c', 'funsee-hammer start' ]
11 silly lifecycle funsee-boilerplate@1.0.0~start: Returned: code: 1  signal: null
12 info lifecycle funsee-boilerplate@1.0.0~start: Failed to exec start script
13 verbose stack Error: funsee-boilerplate@1.0.0 start: `funsee-hammer start`
13 verbose stack Exit status 1
13 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:289:16)
13 verbose stack     at emitTwo (events.js:125:13)
13 verbose stack     at EventEmitter.emit (events.js:213:7)
13 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
13 verbose stack     at emitTwo (events.js:125:13)
13 verbose stack     at ChildProcess.emit (events.js:213:7)
13 verbose stack     at maybeClose (internal/child_process.js:927:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
14 verbose pkgid funsee-boilerplate@1.0.0
15 verbose cwd D:\myoss-node-wechat-master\node-wechat
16 verbose Windows_NT 10.0.16299
17 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "start"
18 verbose node v8.4.0
19 verbose npm  v5.3.0
20 error code ELIFECYCLE
21 error errno 1
22 error funsee-boilerplate@1.0.0 start: `funsee-hammer start`
22 error Exit status 1
23 error Failed at the funsee-boilerplate@1.0.0 start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

希望得到解答,并希望得到問題解決的思路,謝謝!

回答
編輯回答
雨萌萌

把原來項目的代碼也放上來啊

2017年3月10日 08:58