查看镜像的网址
https://npmmirror.com/
更改镜像
# 旧地址
# npm config set registry http://registry.npm.taobao.org/
# 新地址
npm config set registry https://registry.npmmirror.com
默认镜像
npm config set registry https://registry.npmjs.org/
查看镜像
npm get registry