cordova 添加插件时报错相关问题
Posted jinly
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cordova 添加插件时报错相关问题相关的知识,希望对你有一定的参考价值。
Error: Failed to fetch platform android
Probably this is either a connection problem, or platform spec is incorrect.
Check your connection and platform name/version/URL.
Error: tunneling socket could not be established, cause=getaddrinfo ENOTFOUND pr
Probably this is either a connection problem, or platform spec is incorrect.
Check your connection and platform name/version/URL.
Error: tunneling socket could not be established, cause=getaddrinfo ENOTFOUND pr
oxy-domain.com proxy-domain.com:8080
以上错误时在运行:cordova platform add android时报错的。
解决办法:将https-proxy=null,proxy=null两个变量设置为null即可解决。这两个变量在.npmrc文件里。可以用everything搜索npmrc文件,然后打开设置以上两个变量为null。或者在控制台直接输入命令npm config set proxy null和npm config set https-proxy null。
以上是关于cordova 添加插件时报错相关问题的主要内容,如果未能解决你的问题,请参考以下文章
cordova android 6.3.0 的相机和地理定位插件问题
在 Ionic 2 中使用第三方 cordova 插件和 TypeScript