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
förälder 82e6ace060
incheckning 62bc523d03
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

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