如果要安装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
本文标题:ubunt 系统下快速安装node js 最新版
本文链接:https://www.haomeiwen.com/subject/asayxxtx.html
网友评论