When trying to run a test with EGL-Mobile-Cordova, I received the error below. Alias, when I was setting up the DD-deploy descriptor file for Cordova, I received the error below, and could not move forward.
I already installed Nodejs on my workstation.
I already installed the Android emulator on my workstation.
appreciate
npm http GET https://registry.npmjs.org/cordova-android
npm http GET https://registry.npmjs.org/cordova-android
npm http GET https://registry.npmjs.org/cordova-android
CordovaError: Unable to fetch platform android: Error: CERT_UNTRUSTED
at C:\IBM\SDP\runtimes\nodejs\node_modules\cordova\node_modules\cordova-lib\src\cordova\platform.js:248:15
at _rejected (C:\IBM\SDP\runtimes\nodejs\node_modules\cordova\node_modules\q\q.js:797:24)
at C:\IBM\SDP\runtimes\nodejs\node_modules\cordova\node_modules\q\q.js:823:30
at Promise.when (C:\IBM\SDP\runtimes\nodejs\node_modules\cordova\node_modules\q\q.js:1035:31)
at Promise.promise.promiseDispatch (C:\IBM\SDP\runtimes\nodejs\node_modules\cordova\node_modules\q\q.js:741:41)
at C:\IBM\SDP\runtimes\nodejs\node_modules\cordova\node_modules\q\q.js:557:44
at flush (C:\IBM\SDP\runtimes\nodejs\node_modules\cordova\node_modules\q\q.js:108:17)
at process._tickCallback (node.js:448:13)
npm http GET https://registry.npmjs.org/cordova-plugin-geolocation
npm http GET https://registry.npmjs.org/cordova-plugin-geolocation
npm http GET https://registry.npmjs.org/cordova-plugin-geolocation
Error: CERT_UNTRUSTED
at SecurePair.<anonymous> (tls.js:1387:32)
at SecurePair.emit (events.js:92:17)
at SecurePair.maybeInitFinished (tls.js:983:10)
at CleartextStream.read [as _read] (tls.js:475:13)
no version specified, retrieving version from config.xml
@ojomenezes
ojomenezes