我正在尝试使用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.
这是我机器中的配置:
是否存在任何兼容性问题?