When i run my meteor project, i have this Warning:
WARNING: Attempting to install plugin [email protected], but it should have a minimum version of 1.1.1 to ensure compatibility with the current platform versions. Installing the minimum version for convenience, but you should adjust your dependencies.
And then, I have this error:
I20160401-19:50:43.017(2)? E/MeteorWebApp(19633): com.meteor.webapp.WebAppException: Skipping downloading new version because the Cordova platform version or plugin versions have changed and are potentially incompatible
How to update cordova-plugin-device plugin ?
In Meteor project folder .meteor create a file cordova-plugins and insert the line [email protected]... meteor will rebuild with that version
I removed and re-added the Android, in my case, mobile platform:
meteor remove-platform android
meteor add-platform android
That fixed the error for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With