npm的镜像设置
npm国内镜像地址设置
//查看使用的镜像源
npm get registry
//全局设置taobao镜像源
npm config set registry https://registry.npmmirror.com/
//全局设置npm官方镜像源
npm config set registry http://www.npmjs.org
//查看使用的镜像源
npm get registry
//全局设置taobao镜像源
npm config set registry https://registry.npmmirror.com/
//全局设置npm官方镜像源
npm config set registry http://www.npmjs.org