How to Uninstall Cordova and Ionic in Ubuntu?

By Hardik Savani May 16, 2023 Category : Installation Ubuntu Ionic Framework

If you require to remove cordova and ionic from ubuntu then you uninstall using terminal command. you can uninstall cordova then you can just run bellow command. I added two command one for uninstall cordova and other uninstall ionic framework.

To uninstall Cordova and Ionic in Ubuntu, follow these steps:

1. Open the terminal on your Ubuntu machine.

2. Type the following command to uninstall Cordova:

sudo npm uninstall -g cordova

3. Press enter.

4. Type the following command to uninstall Ionic:

sudo npm uninstall -g ionic

5. Press enter.

6. Wait for the uninstallation process to complete.

7. Verify if Cordova and Ionic have been uninstalled successfully by typing the following command:

cordova -v

ionic -v

This should return a message that says "The program 'cordova' or 'ionic' is currently not installed."

That's it! Cordova and Ionic have been uninstalled from your Ubuntu machine.

Tags :
Shares