fix #1 typo / misspelling of PREFIX

PREFIX not PREFIIX as per #1
This commit is contained in:
AJ ONeal 2018-06-05 07:36:21 +00:00
parent 82e6ace060
commit 62bc523d03
1 changed files with 1 additions and 1 deletions

View File

@ -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