nodejs

node n node版本管理工具

1
2
3
4
5
6
7
8
9
10
11
12
# 全局安装n
npm install -g n

# 升级到最新稳定版
n stable

# 升级到最新版本
n latest

# 安装国内镜像 cnpm
npm install cnpm -g --registry=https://registry.npm.taobao.org