在安装create-react-app并尝试运行“ npm run弹出”后出现此错误
弹出:找不到命令。
如何编辑package.json以运行在文档中找到的命令?
答案 0 :(得分:1)
我找到了一种解决方法:手动运行该脚本,该脚本位于node_modules / react-scripts / scripts / eject.js中。
node ./node_modules/react-scripts/scripts/eject.js
答案 1 :(得分:0)
facebook的github表示全局安装create-react-app将干扰CRA安装;所以我跑了:
npm rm -g create-react-app
如在Facebook的github上的建议:
https://github.com/facebook/create-react-app/issues/8088#issuecomment-562189517
(然后重新安装CRA)
答案 2 :(得分:0)
您必须安装
https://github.com/ramyareye/react-native-eject
yarn add react-native-eject
yarn react-native eject