Skip to content

Instantly share code, notes, and snippets.

@anil826
Created August 23, 2016 06:23
Show Gist options
  • Save anil826/1f50826fa51774663cfdb5175595d665 to your computer and use it in GitHub Desktop.
Save anil826/1f50826fa51774663cfdb5175595d665 to your computer and use it in GitHub Desktop.
Installing node version in centos 7 for Digital Ocean

su -

yum install gcc-c++ openssl-devel

cd /usr/local/src

$ wget https://raw.github.com/isaacs/nave/master/nave.sh

$ chmod +x nave.sh

$ ./nave.sh install 0.8.8

$ ./nave.sh use 0.8.8

$ node -v v0.8.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment