macOS 安装create-react-app报错解决:

npm install -g create-react-app MacOS 报错解决

 

sudo npm uninstall -g create-react-app //删除之前对镜像

npm config set registry https://registry.npm.taobao.org  // 安装还是不成功直接切换成淘宝镜像安装
npm config get registry
sudo cnpm install -g create-react-app
create-react-app --version

 

相关文章:

  • 2022-12-23
  • 2021-10-25
  • 2021-06-18
  • 2021-04-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-26
  • 2021-11-25
  • 2021-11-16
  • 2021-04-13
  • 2020-05-08
  • 2022-12-23
  • 2021-04-28
相关资源
相似解决方案