HarelM commented on issue #92: URL: https://github.com/apache/cordova-fetch/issues/92#issuecomment-927379488
@erisu I'm having this issue again (this time with a regular version and not git repo version). See if you can reproduce it on your end: Clone `https://github.com/IsraelHikingMap/Site` ``` cd IsraelHiking.Web npm install rm -rf platforms/ && rm -rf plugins/ (just in case...) npx cordova platform remove android npx cordova platform add [email protected] npx cordova prepare android ``` this will output the following: Using cordova-fetch for cordova-android@^9.0.0. If I move the `"cordova-android": "^10.1.1"` in my package.json from `devDependencies` to `dependencies` `prepare` command will work with the right version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
