You are running `create-react-ap
2021-12-27 本文已影响0人
GloryMan
遇到这种问题两种解决方法:
- 执行下面之后不出意外就能解决
1)npm uninstall -g create-react-app
- npx clear-npx-cache
3)npx create-react-app myapp
2.如果解决不了在使用
npx create-react-app@5.0.0 my-app
这里的5.0.0是要以目标版本创建项目