Merge pull request #488 from xmedeko/patch-1

README.md Uninstall existing npm - backup the global config
This commit is contained in:
Corey Butler
2020-03-19 16:24:40 -05:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ Please note, you need to uninstall any existing versions of node.js before insta
#### Uninstall existing npm
You should also delete the existing npm install location (e.g. "C:\Users\\<user>\\AppData\Roaming\npm") so that the nvm install location will be correctly used instead.
You should also delete the existing npm install location (e.g. "C:\Users\\<user>\\AppData\Roaming\npm"), so that the nvm install location will be correctly used instead. Backup the global `npmrc` config (e.g. `C:\Users\<user>\AppData\Roaming\npm\etc\npmrc`), if you have some important settings there, or copy the settings to the user config `C:\Users\<user>\.npmrc`.
#### Install nvm-windows