ionic cordova build android 报错 解决

 

ionic cordova build android 报错 解决

执行 ionic cordova build android 时遇到报错,build时需要安装一些依赖的,所以首先必须联网,另外,这遇到这个错误时npm registry用的是taobao的镜像:https://registry.npm.taobao.org/, 然后我改为了cnpm镜像 :http://r.cnpmjs.org/,再次执行ionic cordova build android成功了。推荐安装nrm,用nrm来进行npm registry的管理,简单方便。

 ionic cordova build android 报错 解决

 

相关文章:

  • 2022-03-03
  • 2021-12-19
  • 2021-04-08
  • 2021-10-24
  • 2021-06-06
  • 2021-12-17
  • 2021-11-16
  • 2021-06-08
猜你喜欢
  • 2021-07-04
  • 2022-12-23
  • 2021-09-09
  • 2022-12-23
  • 2021-05-02
  • 2021-07-19
  • 2021-10-10
相关资源
相似解决方案