cnpm包

124 阅读1分钟

1.先安装node,查看node版本

node -v

2.安装淘宝镜像

npm install -g cnpm -registry=https://registry.npm.taobao.org

3.查看安装是否成功

cnpm -v