我正在创建一个Ionic应用程序,在添加android平台的过程中,我不断收到以下错误。
ionic platform add android
Updated the hooks directory to have execute permissions
Downloading Default Ionic Resources
Downloading: https://github.com/driftyco/ionic-default-resources/archive/master.zip
Error happened { [Error: connect ETIMEDOUT 192.30.253.112:443]
code: 'ETIMEDOUT',
errno: 'ETIMEDOUT',
syscall: 'connect',
address: '192.30.253.112',
port: 443 }
Error: connect ETIMEDOUT 192.30.253.112:443
at Object.exports._errnoException (util.js:873:11)
at exports._exceptionWithHostPort (util.js:896:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1077:14)
我已经尝试了所有可能但无法获得此错误的解决方案。这里真的发生了什么?
答案 0 :(得分:1)
嘿,请让数据库在一个终端窗口中激活并打开另一个终端窗口来运行您正在运行的命令,因为当数据库不工作或关闭时通常会发生这类错误。