小编hse*_*hse的帖子

您正在运行 `create-react-app` 4.0.3,它落后于最新版本 (5.0.0)。我们不再支持 Create React App 的全局安装

C:\Users\lg\Desktop> npm uninstall -g create-react-app

up to date, audited 1 package in 216ms

found 0 vulnerabilities
Run Code Online (Sandbox Code Playgroud)
C:\Users\lg\Desktop>npx clear-npx-cache
Need to install the following packages:
  clear-npx-cache
Ok to proceed? (y) y
Run Code Online (Sandbox Code Playgroud)
C:\Users\lg\Desktop>npx create-react-app@5.0.0 reduxapp
Need to install the following packages:
  create-react-app@5.0.0
Ok to proceed? (y) y
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.

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

We no …
Run Code Online (Sandbox Code Playgroud)

reactjs redux

25
推荐指数
4
解决办法
8742
查看次数

标签 统计

reactjs ×1

redux ×1