Uninstall Windows NPM

1

I have a problem, I want to uninstall NVM from windows because, it does not let me run angular applications, someone knows how to uninstall it

    
asked by Cristian D. 21.09.2017 в 16:14
source

1 answer

2

Follow these steps to see how it goes:

  • Find the following folders and delete them:
  •   

    C: \ Program Files (x86) \ Nodejs C: \ Program Files \ Nodejs   C: \ Users {User} \ AppData \ Roaming \ npm (or% appdata% \ npm)   C: \ Users {User} \ AppData \ Roaming \ npm-cache (or% appdata% \ npm-cache)   C: \ Users {User} .npmrc

  • Check the environment variables in your% PATH% and remove references to Nodejs or npm if you have any configured.
  • If doing this has not been uninstalled, in the CMD console write where node to verify where the node file is located and delete the directory (--delete) If it does not work like this, go to the location and delete it manually.
  • answered by 21.09.2017 в 16:37