0

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?

geolaw
  • 412
  • 1
  • 12
  • 26

1 Answers1

0

So for some reason, npm uninstall does not deal with the files in the opt directory, found the rougue folders and removed. Problem solved.

geolaw
  • 412
  • 1
  • 12
  • 26