React下载项目报错:You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).
使用React脚手架创建项目,报错:解决方法:按照官网说的 如果您之前已create-react-app通过 全局安装npm install -g create-react-app我们建议您使用:npm uninstall -g create-react-app或卸载软件包yarn global remove create-react-app以确保npx始终使用最新版本。然后再使用:npx cre
·
使用React脚手架创建项目,报错:
解决方法:
按照官网说的 如果您之前已create-react-app通过 全局安装
npm install -g create-react-app
我们建议您使用:
npm uninstall -g create-react-app
或卸载软件包
yarn global remove create-react-app
以确保npx始终使用最新版本。
然后再使用:
npx create-react-app my-app
发现依然不行
最后将 指令加上版本号就可以成功创建了
npx create-react-app@5.0.0 talk-room
更多推荐
已为社区贡献1条内容
所有评论(0)