安装环境
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
时间: 2024-10-23 07:50:20