• 安装node版本管理模块n
sudo npm install n -g
  • 安装稳定版
sudo n stable
  • 安装最新版
sudo n latest
  • 安装指定版本
sudo n 版本号//例如:sudo n 8.9.0