I am trying to run another NodeJS version with nvm
but getting this error:
$ nvm use v4.2.4
nvm is not compatible with the npm config "prefix" option:
currently set to "/Users/z/.npm-global"
Run `npm config delete prefix` or `nvm use --delete-prefix v4.2.4` to unset it.
I have my prefix set on purpose to avoid sudo npm
(see https://docs.npmjs.com/getting-started/fixing-npm-permissions).
Is there any way I can use nvm
without losing my prefix for globally installed packages?