During remove/add android platform, noticed this plugin dependencies.
This not single case, before had same between file and file-transfer plugins versions
One plugin ask to downgrade other one or force install.
Any ways to add “force” option to package.json or config.xml ?
Failed to install 'cordova-plugin-ionic': CordovaError: Version of installed plugin: "cordova-plugin-splashscreen@5.0.1" does not satisfy dependency plugin requirement "cordova-plugin-splashscreen@^4.0.0". Try --force to use installed plugin as dependency.
As far as I know, you should keep all ionic-native plugins on the same version. Is ionic-native/transfer the file download/upload plugin? If so, the newer version is now available at @ionic-native/file-transfer.
Or is there a special reason why you use that old version?