外观
I installed Nodejs according to the Nodejs official online instructions. My operation system is Centos 6.5 64bit. Memory is 1.95GB. And disk space is 15 GB. Installing result is as below:
#node -v
v6.10.0
#npm -v
3.10.10curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -yum -y install nodejsnode -v
npm -vReference: