I need to see the list of all installed Cordova plugins.
Does somebody know how to do this?
I need to see the list of all installed Cordova plugins.
Does somebody know how to do this?
Just type
cordova plugin ls
or
cordova plugin list
on command line in your project's root folder where you would normally install or remove your plugins, or build or run it.
The newer versions of Cordova also support the following:
cordova plugin
or
cordova plugins
© 2022 - 2024 — McMap. All rights reserved.