我正在尝试使用 ionic4 构建一个 android 应用程序。我正在使用这个命令:ionic cordova prepare android
每次我要添加平台时都会出现此错误。
> (node:22860) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): CordovaError
> (node:22860) [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.
这是我机器中的配置:
- npm - 5.5.1
- 节点 - 9.0.0
- 离子 CLI - 4.1.0
- 科尔多瓦 - 8.0.0
有没有兼容性问题?