在执行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即可

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐