Ionic 3 Cordova 资源网络连接错误
Ionic 3 Cordova Resource Network Connectivity Error
我想更改我的默认图标和启动画面,所以我用新文件替换了旧的 icon.png
和 splash.png
文件,运行 下面的命令
ionic cordova resources android
失败并给出以下信息
√ Collecting resource configuration and source images - done!
√ Filtering out image resources that do not need regeneration - done!
× Uploading source images to prepare for transformations - failed!
[ERROR] Network connectivity error occurred, are you offline?
If you are behind a firewall and need to configure proxy settings, see:
https://ionicframework.com/docs/cli/configuring.html#using-a-proxy
Error: getaddrinfo ENOTFOUND res.ionic.io res.ionic.io:443
at errnoException (dns.js:50:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
是什么导致了这个问题?
注意:我没有在任何防火墙后面或使用代理。
离子服务器似乎没有响应。在这种情况下,您可以使用 NPM 包 cordova-res,它允许您离线生成资源。适用于 Android 以及 iOS。
我想更改我的默认图标和启动画面,所以我用新文件替换了旧的 icon.png
和 splash.png
文件,运行 下面的命令
ionic cordova resources android
失败并给出以下信息
√ Collecting resource configuration and source images - done!
√ Filtering out image resources that do not need regeneration - done!
× Uploading source images to prepare for transformations - failed!
[ERROR] Network connectivity error occurred, are you offline?
If you are behind a firewall and need to configure proxy settings, see:
https://ionicframework.com/docs/cli/configuring.html#using-a-proxy
Error: getaddrinfo ENOTFOUND res.ionic.io res.ionic.io:443
at errnoException (dns.js:50:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
是什么导致了这个问题?
注意:我没有在任何防火墙后面或使用代理。
离子服务器似乎没有响应。在这种情况下,您可以使用 NPM 包 cordova-res,它允许您离线生成资源。适用于 Android 以及 iOS。