You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another issue I'm now facing is the following, which I'm not sure is a bug in the plugin or in cordova-cli, but it used to work in previous version, so I believe it deserves looking into:
When I add the following plugin:
@mauron85/cordova-plugin-background-geolocation it is added success fully to package.json and to the project but it adds a configuration with the name of "cordova-plugin-background-geolocation" which is another plugin that exists and when the CI runs cordova platform add ios/android it gets the wrong plugin.
Again, not sure where the bug is...
Copied from apache/cordova#252
Bug Report
When I use a clean installation of my project and run
cordova platform add android
mypackage.json
file gets changed significantly, and incorrectly.What is expected to happen?
package.json
should be respectedWhat does actually happen?
package.json
get overwritten. Also dependencies are getting the wrong versionInformation
It might be because I have the packages registered in dependencies and not devDependencies, I don't know...
Command or Code
Project can be found here:
https://github.com/IsraelHikingMap/Site/tree/master/IsraelHiking.Web
Environment, Platform, Device
Currently testing on Android
Version information
Cordova cli: 10.0
cordova-android: 9.0
This started happening after the upgrade to 10.0 and android 9.0.
Checklist
The text was updated successfully, but these errors were encountered: