小编Vic*_*owa的帖子

您正在运行 `create-react-app` 5.0.0,它落后于最新版本 (5.0.1)

我在创建 React 应用程序时遇到错误。我如何解决它?

Microsoft Windows [Version 10.0.19044.1586]
(c) Microsoft Corporation. All rights reserved.

C:\Users\Olususi Victor>cd documents

C:\Users\Olususi Victor\Documents>cd react folder

C:\Users\Olususi Victor\Documents\React folder>npx create-react-app blog

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: …
Run Code Online (Sandbox Code Playgroud)

npm reactjs create-react-app

34
推荐指数
5
解决办法
3万
查看次数

标签 统计

create-react-app ×1

npm ×1

reactjs ×1