当我在我的终端中输入create-react-app my-app命令时,它看起来很有效--成功地下载了所有的库等等。然而,在这个过程的末尾,我得到了一条消息,即template was not provided。Please note that global installs of create-react-app are no longer supported.dependencies": {
"react
我尝试使用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).<em