我尝试使用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).
当我在我的终端中输入create-react-app my-app命令时,它看起来很有效--成功地下载了所有的库等等。输入输出
Creating a new React app in /Users/userPlease note that global installs of create-react-app are no longer supported.在packa