npm 更新及做淘宝镜像

工作或练习中有关npm的使用,在此记录一下。

npm更新到最新版本:

在cmd中输入:npm install -g npm

npm做淘宝镜像:

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

原文地址:https://www.cnblogs.com/hopexi/p/7325556.html