Q:

how to uninstall all plugins in ionic app

// First, you should list your plugins:
cordova plugin list

// With this result, you can simply do:
cordova plugin remove <PLUGIN_NAME>

// For example:
cordova plugin remove org.apache.cordova.media

Hope it helps.
1
cordova plugin remove <PLUGIN_NAME>
0

New to Communities?

Join the community