How can I remove Cordova and ionic installation from my Mac completely? I am running mac os Yosemite 10.10.2
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