Appearance
#查看当前使用的镜像地址命令 npm config get registry
#设置阿里镜像源(国内速度快) npm config set registry http://registry.npmmirror.com
#切回npm官方源 npm config set registry https://registry.npmjs.org