安装Node.js和NPM


#在fedora21上测试成功过
yum -y install wget gcc gcc-c++ make
wget http://nodejs.org/dist/v0.10.35/node-v0.10.35.tar.gz
tar -zxvf node-v0.10.35.tar.gz #Download this from nodejs.org
cd node-v0.10.15
./configure && make && sudo make install


你可能感兴趣的:(安装Node.js和NPM)