Answers for "ionic uninstall a plugin"

6

uninstall ionic

npm uninstall -g ionic
npm i -g @ionic/cli
Posted by: Guest on November-15-2021
1

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.
Posted by: Guest on November-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language