ubunt 系统下快速安装node js 最新版
2017-07-27 本文已影响0人
即将老去的程序员
如果要安装5.x版本,那么可以运行下面两行命令
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs
检验是否正确
node -v
检验npm是否安装正确
npm -v
如果要安装5.x版本,那么可以运行下面两行命令
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs
检验是否正确
node -v
检验npm是否安装正确
npm -v