[英](ionic cordova resources )Uploading source images to prepare for transformations error
我运行这个代码:
ionic cordova resources
但给了我一个错误; 我该如何解决这个错误?
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!
HTTP Error 503: POST https://res.ionic.io/api/v1/upload
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Application Error</title>
<style media="screen">
html,body,iframe {
margin: 0;
padding: 0;
}
html,body {
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}
</style>
</head>
<body>
<iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
</body>
</html>
看这里: https : //ionic.zendesk.com/hc/en-us/articles/360045361254-Resource-generations-fails-with-error-HTTP-Error-503-POST-https-res-ionic-io-api -v1-上传-
npm 卸载 -g 离子
npm install -g @ionic/cli
npm install -g cordova-res
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.