node.js升级版本2016-01-07 本文已影响307人 frank_kk node有一个模块叫n,是专门用来管理node.js的版本的。 1: 首先安装n模块: npm install -g n 2: 升级node.js到最新稳定版 n stable 搞定。