如何解决create-react-app构建错误?

时间:2018-12-25 07:56:09

标签: reactjs build create-react-app

我在Windows中使用create-react-app(version 1)构建时遇到问题。

"scripts": {
"start": "cross-env NODE_PATH=src node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom"

},

构建错误在这里。

build error messages

build script link is here : 
 https://github.com/desiresprout/nettour/blob/master/nettour- 
frontend/scripts/build.js

webpack prod link is here : 
https://github.com/desiresprout/nettour/blob/master/nettour- 
frontend/config/webpack.config.prod.js

没有什么可以更改create-react-app的。

我不知道为什么这是错的。

谢谢..

0 个答案:

没有答案