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 

enter image description here

it allow automatically or interactively update installed plugins.


Comments

Popular posts from this blog

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -

php - Prepared Statement Inner Join Cannot Pass Parameter by Reference -

c# - Value cannot be null or empty.\r\nParameter name: name -