HarelM opened a new issue #1360: URL: https://github.com/apache/cordova-android/issues/1360
# Bug Report ## Problem I'm trying to upgrade all my plugins to latest versions. In doing so some plugins needs to be taken from github repo to facilitate the transition. When I run `cordova platform add android` two things happen 1. package.json gets updated with github:... 2. Some plugin fetch do not happen, or fail thus causing the app to crash ### What is expected to happen? No changes to package.json All plugins should be fetched like in version 9.x ### What does actually happen? package json gets some weird edits in it Some plugins are missing ## Information To reproduce you can use my repo here: https://github.com/IsraelHikingMap/Site/tree/7f575d0fe8e9afa88cc0f4157a37842ffb6d9447 Go to `IsraelHiking.Web` run npm install run npx cordova add android Look at the git diff for the package.json file and the output of the command, both are weird. ### Command or Code `cordova platform add android` ### Environment, Platform, Device macOS, node v14.17.0 npm 7.24.1 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- 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]
