From db9ce01ddc4b8d3975a24110d6c7dc6c3f796080 Mon Sep 17 00:00:00 2001 From: Thomas Kutzner Date: Tue, 10 Nov 2020 10:22:19 -0800 Subject: [PATCH] Put steps in order. MY FIRST OPEN SOURCE CONTRIB!! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e844a9d..501f7fb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ bleeding edge version without uninstalling the stable version of node, this util Uninstall any existing versions of Node.js before installing NVM for Windows (otherwise you'll have conflicting versions). Delete any existing Node.js installation directories (e.g., "C:\Program Files\nodejs") that might remain. NVM's generated symlink will not overwrite an existing (even empty) installation directory. -Delete the existing npm install location (e.g. "C:\Users\\<user>\\AppData\Roaming\npm") to prevent global module conflicts. Remember to backup any global `npmrc` config (e.g. `C:\Users\<user>\AppData\Roaming\npm\etc\npmrc`), or copy the settings to the user config `C:\Users\<user>\.npmrc`. +You can backup any global `npmrc` config (e.g. `C:\Users\<user>\AppData\Roaming\npm\etc\npmrc`), or copy the settings to the user config `C:\Users\<user>\.npmrc`. Delete the existing npm install location (e.g. "C:\Users\\<user>\\AppData\Roaming\npm") to prevent global module conflicts. #### Install nvm-windows