You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/26 22:02:56 UTC

[GitHub] [cordova-fetch] HarelM commented on issue #92: cordova-android referencing git repo is changed to npm package version when performing a release build

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 android@10.1.1
   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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org