cordova-错误:无法在azure Build管道上获取平台android

cordova-错误:无法在azure Build管道上获取平台android,android,azure,cordova,project,hybrid-mobile-app,Android,Azure,Cordova,Project,Hybrid Mobile App,我正在处理azure构建管道,并尝试运行爱奥尼亚命令到cordova add platform android的任务,在运行命令时,我遇到了下面提到的错误 Failed to fetch platform cordova-android@7.1.4 Probably this is either a connection problem, or platform spec is incorrect. Check your connection and platform n

我正在处理
azure构建管道
,并尝试运行爱奥尼亚命令到
cordova add platform android
的任务,在运行命令时,我遇到了下面提到的错误

    Failed to fetch platform cordova-android@7.1.4
    Probably this is either a connection problem, or platform spec is incorrect.
    Check your connection and platform name/version/URL.
    Failed to get absolute path to installed module
    [ERROR] An error occurred while running subprocess cordova.
    cordova platform add android --save exited with exit code 1.
我正在azure DevOps上使用托管的mac agent
macOS-10.14
来运行构建管道