美文网首页React Typescript
You are running `create-react-ap

You are running `create-react-ap

作者: GloryMan | 来源:发表于2021-12-27 11:26 被阅读0次

遇到这种问题两种解决方法:

  1. 执行下面之后不出意外就能解决
    1)npm uninstall -g create-react-app
  1. npx clear-npx-cache
    3)npx create-react-app myapp

2.如果解决不了在使用
npx create-react-app@5.0.0 my-app
这里的5.0.0是要以目标版本创建项目

image.png

相关文章

网友评论

    本文标题:You are running `create-react-ap

    本文链接:https://www.haomeiwen.com/subject/tqhyqrtx.html