Skip to content

Commit

Permalink
Merge pull request coreybutler#628 from tathamoddie/patch-1
Browse files Browse the repository at this point in the history
readme: update install path references
  • Loading branch information
coreybutler authored Jun 7, 2021
2 parents beb0082 + 4410be9 commit 3609de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ bleeding edge version without uninstalling the stable version of node, this util

#### _PREREQUISITE:_ Uninstall existing node & npm

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.
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., `%ProgramFiles%\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`.
Delete the existing npm install location (e.g. `%AppData%\npm\`) to prevent global module conflicts. Remember to backup any global `npmrc` config (e.g. `%AppData%\etc\npmrc`), or copy the settings to the user config (`%UserProfile%\.npmrc`).

#### Install nvm-windows

Expand Down

0 comments on commit 3609de7

Please sign in to comment.