如何把node更新到最新的稳定版本

先装n,再用n把node升级到最新稳定版

$ npm install -g n

$ n stable

原文地址:https://www.cnblogs.com/cangqinglang/p/9362532.html