创建项目报错:

You are running `create-react-app` 5.0.0, which is behind the latest release (5.0.1).

We no longer support global installation of Create React App.

Please remove any global installs with one of the following commands:
- yarn global remove create-react-app

The latest instructions for creating a new app can be found here:
https://create-react-app.dev/docs/getting-started/



执行一下命令

npm uninstall -g create-react-app
npx clear-npx-cache
npm i create-react-app
npx create-react-app@latest my-app

最新文章

  1. Java和C#下的参数验证
  2. LightOj1089(求点包含几个线段 + 线段树)
  3. golang的goroutine与channel
  4. 9款让你眼前一亮的HTML5/CSS3示例及源码
  5. [改善Java代码]枚举和注解结合使用威力更大
  6. 应该如何入门deep learning呢?从UFLDL开始!
  7. 使用text-overflow:ellipsis对溢出文本显示省略号有两个好处
  8. Redis中各种方法的使用
  9. JS获取浏览器型号
  10. vue-cli中配置sass
  11. [转] Vmware vs Virtualbox vs KVM vs XEN: virtual machines performance comparison
  12. ES6学习笔记三(proxy和reflect)
  13. 树莓派3代b型静态IP设置,和ssh的wlan配置
  14. IDEA指定启动JDK版本
  15. 07 Object类,Scanner,Arrays类,String类,StringBuffer类,包装类
  16. Educational Codeforces Round 53 (Rated for Div. 2) E. Segment Sum
  17. (3)python tkinter-消息框、对话框、文件对话框
  18. Javascript 计算字符串所占字节数
  19. 【Spark】session 代替 SparkConf、SparkContext和SQLContext
  20. 构造函数constructor 与析构函数destructor(一)

热门文章

  1. iframe 父子页面调用vue函数,并解决跨域问题,宽度自适应
  2. 防止IO持续信号
  3. ZooKeeper的主要应用场景
  4. lua 文件读写处理(操作敏感词库)
  5. selenium------关于switch_to的用法场景
  6. uni-app学习笔记之----目录认识
  7. oracle中 null 和 '' 和' '的比对
  8. 树莓派 Zero W 安装 apache2 + php
  9. springcloud(二) - 服务调用Feign&openFeign
  10. C# 两个list集合合并成一个,及升序降序