通过npm安装淘宝镜像: npm install -g cnpm --registry=https://registry.npm.taobao.org 通过npm设置为淘宝镜像 npm config set registry https://registry.npm.taobao.org 查看当前npm镜像设置 npm config get registry