nodejs版本快速升至最新版

首先安装n模块

1
$ npm install -g n

升级node.js到最新稳定版

1
$ n stable