From 778fccd5ee75176aa6c78591711dc30ba0bbcfaa Mon Sep 17 00:00:00 2001 From: Ryan Clarke Date: Tue, 3 Dec 2019 17:55:11 -0500 Subject: [PATCH] Update path to npm install For some reason Github Flavored Markdown can't handle back slashes and angle brackets. BAD: `Users\\AppData` becomes `Users\AppData` becomes `Users\\AppData` BAD: `Users\<user>\AppData` becomes `Users<user>\AppData` OK: `Users\\<user>\AppData` becomes `Users\\AppData` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f1f45d..d55dbb9 100644 --- a/README.md +++ b/README.md @@ -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\\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. #### Install nvm-windows