create-react-app 名字xxx==>报下列错误

react创建项目报错

然后卸掉这个过时的脚手架

1、npm uninstall -g create-react-app(ps:我没卸掉,它很完强)

2、手动卸载这个脚手架:(OK的)

which create-react-app

rm -rf   xxxxx(上面的结果)

react创建项目报错

 然后重新安装react脚手架

cnpm install –g create-react-app

创建项目create-react-app 名字xxx

 

react创建项目报错

我成功了!!!!

相关文章:

  • 2021-11-22
  • 2021-10-26
  • 2021-11-27
  • 2021-11-19
  • 2021-08-26
猜你喜欢
  • 2021-10-05
  • 2021-07-28
  • 2021-04-10
  • 2022-12-23
  • 2021-06-12
  • 2021-12-17
  • 2021-05-09
相关资源
相似解决方案