sudo npm install -g n
// 更新到指定版本,比如 8.x.x sudo n v8 // 更新到指定版本,比如 9.x.x sudo n v9 // 更新到最新的稳定版 sudo n stable // 更新到最新版本 sudo n latest