Skip to content

Instantly share code, notes, and snippets.

@ashrafuzzaman
Created September 22, 2014 04:46
Show Gist options
  • Save ashrafuzzaman/a5b6ffc6cafe73964e0b to your computer and use it in GitHub Desktop.
Save ashrafuzzaman/a5b6ffc6cafe73964e0b to your computer and use it in GitHub Desktop.
Install nvm
curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | bash
nvm install 0.11.13
nvm alias default 0.11.13
sudo chown -R `whoami` ~/.npm
sudo chown -R `whoami` /usr/local/lib/node_modules
sudo chown -R `whoami` /usr/local
sudo chown -R `whoami` ~/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment