How can I remove Cordova and ionic installation from my Mac completely? I am running mac os Yosemite 10.10.2
These commands worked for me:
npm uninstall -g cordova
npm uninstall -g ionic
You can use following command if you uninstall globally
npm uninstall -g cordova ionic
option g for global
if you want to uninstall from he drive then you can use following command
npm uninstall cordova ionic
1) first remove cordova cmd
npm uninstall -g cordova
2) After that remove ionic
npm uninstall -g ionic