安装
For Node.js 8.x
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
For Node.js 10.x
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
升级
n
模块 安装
n
模块是专门用来管理node.js版本的 npm
模块
使用 Node.js
的稳定版本
n stable
使用 Node.js
的最新版本
n latest
npm
升级
npm -g install npm@next
网友评论