2016-04-01 7 views
4

Wenn ich mein Meteor Projekt ausführen, habe ich diese Warnung:Wie aktualisiere ich cordova-plugin-device in meinem Meteor Projekt?

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.

Und dann, ich habe diesen Fehler:

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

Wie cordova-Plugin-Gerät Plugin aktualisieren?

Antwort

4

In Meteor Projektordner .meteor eine Datei cordova-Plugins erstellen und die Zeile [email protected] einfügen ... wird Meteor mit dieser Version

+1

Es funktioniert, danke! – user3415686

4

I entfernt und die Android, in meinem Fall, mobile Plattform erneut hinzugefügt:

meteor remove-platform android 
meteor add-platform android 

, dass der Fehler behoben für mich.

+2

Ich habe versucht, diese wieder aufzubauen, aber es scheint, funktioniert nicht :( – user3415686

Verwandte Themen