创建新的React应用程序时的错误(您正在运行`create-react-app`5.0.0,它是最新版本(5.0.1)的背后。

发布于 2025-01-23 15:40:03 字数 518 浏览 0 评论 0原文

(我正在使用ubuntu。)

我收到的消息:

您正在运行create-react-app 5.0.0,它是最新版本(5.0.1)的背后。

我们不再支持创建React应用程序的全局安装。

请删除具有以下命令之一的任何全局安装:

  • NPM卸载-G create-react-app
  • yarn global global remove create-react-app应用

程序可创建新应用的最新说明可以在此处找到:

我已经尝试过: NPM卸载-G创建反应应用 NPX清洁NPX-CACHE npx create-react-app@最新项目名称

什么都没有可行

我现在该怎么办?

(I am using ubuntu.)

the message i am getting:

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:

  • npm uninstall -g create-react-app
  • 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/

I have already tried:
npm uninstall -g create-react-app
npx clean-npx-cache
npx create-react-app@latest project-name

Nothing works

what should i do now?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

听,心雨的声音 2025-01-30 15:40:03

我知道这已经来晚了,但是...

我也遇到了同样的问题,我发现的每个解决方案似乎都没有起作用。最后,我发现了它。

我同时安装了纱线和NPM
两者都安装了Create-react-app,

如果您同时具有纱线和NPM npm

  • npm unstall -g create-react-app-app-app-app-app
  • yarn global create-remove create-react-react- 然后,应用

使用一个(或两个)

  • NPX clear-npx-cache
  • NPM缓存清洁清洁-F清除缓存-f

,然后运行以安装并创建应用程序

  • npx create-react-app@最新your-app-name

希望它对某人有帮助::)

I know it is late but...

I also had the same problem and every solution I found didn't seem to work. In the end I found it out.

I have both yarn and npm installed
create-react-app was installed in both and they were referencing each other

You need to perform both if you have both yarn and npm

  • npm uninstall -g create-react-app
  • yarn global remove create-react-app

Then clear cache using one (or both)

  • npx clear-npx-cache
  • npm cache clean -f

Then run to install and create the app

  • npx create-react-app@latest your-app-name

Hope it helps someone :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文