Below are the some command which is use-full if you Installing node version in centos 7
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
No comments:
Post a Comment