0 vulnerabilitiesNeed to install the following packages:clear-npx-cacheC:\Users\lg\Desktop>npx create-react-app@5.0.0 reduxapp
Need to install the following packages:You are running `create-re
我尝试使用npm i create-react-app、npxcreate-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.react-dom"
C:\Users\Olususi Victor\Documents>cd react folder
You are running `create-react-app` 5.0.0, which is behind the latest releasePlease remove any global installs with one of the following command
我尝试使用npxcreate-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:
The late