How to find the current available version of a Cordova plugin -
i'm using cordova plugin - know up-coming version of plugin has fix need, @ moment i'm locked using older version of plugin before bug introduced.
is there way find out current version of plugin without uninstalling , reinstalling (and having reinstall older 1 if it's not been updated yet)?
you can use cordova-check-plugins list both locally installed version(s) , recent available remote version(s):
$ cordova-check-plugins
it allow automatically or interactively update installed plugins.
Comments
Post a Comment