I am trying to uninstall Cordova and Ionic from my mac. I have run sudo npm uninstall ionic cordova
and also with -g
however when I run cordova --version
or ionic --versions
it keeps coming back with version numbers and it all still works normally.
I have checked the directories of both local and global npm install locations and the folders aren't there, when I run the command after the first time it throws an error that it can't find the folders.
I have gone so far as to completely remove NodeJS from my machine but to no avail. Where else is cordova and ionic installed? How do I completely remove them from my machine?