解决方案:
1.卸载老版本
npm uninstall -g create-react-app
2.安装新版本
npm install -g create-react-app
3.如果出现/usr/local/bin/create-react-app)类似的提示解决方案
请运行rm -rf /usr/local/bin/create-react-app
2023-09-24 08:46:52
解决方案:
1.卸载老版本
npm uninstall -g create-react-app
2.安装新版本
npm install -g create-react-app
3.如果出现/usr/local/bin/create-react-app)类似的提示解决方案
请运行rm -rf /usr/local/bin/create-react-app