Search code examples
node.jscordovauninstallation

Apache Cordova - uninstall globally


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?


Solution

  • 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