npm 全局卸载旧版本的 create-react-app 不起作用

npm global uninstallition of old version of create-react-app not working

今天我在休息了很长时间后尝试创建一个新的 React 应用程序。 当我尝试 npx create-react-app 时,它给了我以下错误:

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

We no longer support global installation of Create React App.

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

当我尝试使用 npm uninstall -g create-react-app

卸载旧版本的 create-react-app 时

它显示输出:

up to date, audited 1 package in 432ms

found 0 vulnerabilities

然后当我再次尝试 运行 npx create-react-app 时,它显示相同的错误。你能帮帮我吗

在 运行 npx create-react-app 之前再尝试 npx clear-npx-cache