You are running `create-react-app` 4.0.3, which is behind the latest release

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

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

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

image.png

你可能感兴趣的:(You are running `create-react-app` 4.0.3, which is behind the latest release)