标签:des style blog http color sp div log bs
安装环境
Ubuntu 12.04.1 LTS
Nodejs 0.10.33
安装curl:
sudo apt-get install curl
setup:
curl -sL https://deb.nodesource.com/setup | sudo bash -
install:
sudo apt-get install -y nodejs
查看是否安装成功:
node -v
安装npm:
curl http://npmjs.org/install.sh | sudo sh
查看是否安装成功:
npm -v
标签:des style blog http color sp div log bs
原文地址:http://www.cnblogs.com/maopengyu/p/4131140.html