我尝试使用npx create-react-app my-appYou are running `create-react-app` 4.0.0, which is behind thePlease remove any global installs with one of the following commands:
我正在尝试将create-react-app更新到它的最新版本。在文档中,他们提到使用下面的命令将react脚本更新为5.0.0。sudo npm i create-react-app@5.0.0
我想知道是否有办法在不知道确切版本的情况下将create-react-app更新到其最新的稳定发布版本。
我正在尝试运行create-react-app,但不断收到关于更新节点版本的错误: The engine "node" is incompatible with this module.usr/local/bin/node
active : v11.10.0 at /Users/Kristin/.nvm/versions/node/v11.10.0/bin/node 我在这里注意到,我安装的版本是在那之后,我做了以下工作: <em
我尝试使用npm i create-react-app、npx create-react-app new-app和npm init react-app new-app安装create-react-app,但一直收到以下错误消息:
You are running create-react-app 4.0.0, which is behind the latest release (4.0.1).