I have installed cordova on my mac and want to uninstall it.
I've tried the following:
npm uninstall cordova -g
but I get the following error:
npm WARN uninstall not installed in /usr/local/Cellar/node/0.10.32/lib/node_modules: "cordova"
Any ideas?