Wednesday, 14 September 2016

Installing node version in centos 7 ( Digital Ocean )

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:

Salesforce CRM vs. Zoho: A Comparative Analysis

Introduction: Selecting the right customer relationship management (CRM) software is crucial for businesses seeking to streamline their sal...