问题描述
我正在尝试使用Netlify托管我的react应用程序,但是当我运行npm run build时出现此错误
npm ERR! missing script: build
这是我的package.json文件
"name": "client","version": "0.1.0","private": true,"proxy": "http://localhost:5000","dependencies": {
"@testing-library/jest-dom": "^4.2.4","@testing-library/react": "^9.5.0","@testing-library/user-event": "^7.2.1"
},"scripts": {
"start": "react-scripts start","build": "react-scripts build","test": "react-scripts test","eject": "react-scripts eject"
}
我该如何解决?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)