NVM & Node.js – Recommended install for all users
Here is what I did: Installed nvm in /opt/nvm as root. Seemed like an appropriate location. # git clone git@github.com:creationix/nvm.git /opt/nvm Created the directory /usr/local/nvm. This is where the downloads will go ($NVM_DIR) # mkdir /usr/local/nvm Create the directory /usr/local/node. This is where the NPM global stuff will go: # mkdir /usr/local/node Created a file … Read more