WINDOWS 进行ionic+android开发 ,安装android平台支持时出错
WINDOWS 进行ionic+android开发
安装android平台支持时出错
出错信息如下:
D:\projects\MyIonicProject>ionic cordova platform add android
> cordova platform add android --save
Using cordova-fetch for cordova-android@~7.0.0
(node:24964) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): CordovaError: Failed to fetch platform cordova-android@~7.0.0
Probably this is either a connection problem, or platform spec is incorrect.
Check your connection and platform name/version/URL.
Error: cmd: Command failed with exit code 1 Error output:
npm ERR! code E400
npm ERR! 400 Bad Request: cordova-android@~7.0.0
npm ERR! A complete log of this run can be found in:
npm ERR! D:\nodejs\node_cache\_logs\2018-03-30T03_48_58_666Z-debug.log
(node:24964) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这种情况下应该怎么设置代理呢?