遇到这种问题两种解决方法:
- 执行下面之后不出意外就能解决
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是要以目标版本创建项目
遇到这种问题两种解决方法:
2.如果解决不了在使用
npx create-react-app@5.0.0 my-app
这里的5.0.0是要以目标版本创建项目
本文标题:You are running `create-react-ap
本文链接:https://www.haomeiwen.com/subject/tqhyqrtx.html
网友评论