You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0)
在执行create-react-app demo创建项目的时候,报错。提示以下信息You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).We no longer support global installation of Create React App.解决办法:首先卸载crea
·
在执行create-react-app demo创建项目的时候,报错。提示以下信息
You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).
We no longer support global installation of Create React App.
解决办法:
首先卸载create-react-app
npm uninstall -g create-react-app
然后重新安装
npm i create-react-app -g
最后再次执行create-react-app demo即可
更多推荐
已为社区贡献3条内容
所有评论(0)