Apache Cordova - uninstall globally

itsme picture itsme · Oct 22, 2013 · Viewed 99.1k times · Source

I've installed cordova via npm and i did it globally, now i would like to remove it to reinstall it on single app folder

Any clue on how to do it safely?

Answer

enducat picture enducat · Oct 22, 2013

Try sudo npm uninstall cordova -g to uninstall it globally and then just npm install cordova without the -g flag after cding to the local app directory