From 62bc523d03cebf285c45d3adbf232e13f85f2d45 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 5 Jun 2018 07:36:21 +0000 Subject: [PATCH] fix #1 typo / misspelling of PREFIX PREFIX not PREFIIX as per #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b7671..083b478 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ echo "Latest node.js $BASE_VER is $NODEJS_VER" Just set BOTH `NODE_PATH` and `NPM_CONFIG_PREFIX`. The install path will be the preceding `lib/node_modules` -(which you usually want to be the same as `NPM_CONFIG_PREFIIX` anyway). +(which you usually want to be the same as `NPM_CONFIG_PREFIX` anyway). ```bash export NPM_CONFIG_PREFIX=/tmp/user/local