标签:超级 最新 node.js csdn ref nbsp script title targe
今天,又发现一个超级简单的升级Node.js的方法。一行命令搞定,省去了重新编译安装的过程。
node有一个模块叫n(这名字可够短的。。。),是专门用来管理node.js的版本的。
首先安装n模块:
npm install -g n
第二步:
升级node.js到最新稳定版
n stable
标签:超级 最新 node.js csdn ref nbsp script title targe
原文地址:http://www.cnblogs.com/huanhang/p/7459501.html