//安装n模块: npm install -g n //升级node.js到最新稳定版 n stable //升级node.js到最新版 n latest //升级node.js到制定版本 n v7.10.0