nvm is not compatible with the npm config “prefix” option:

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 … Read more

Node Version Manager install – nvm command not found

I am trying to install NVM as per these instructions I typed in this command in terminal: $ curl https://raw.github.com/creationix/nvm/master/install.sh | sh After running the install, I restart the terminal and attempt to install Node.js with this command: $ nvm install 0.8 but I get the response: -bash: nvm: command not found I’m not sure … Read more