npm config get registry # 查看npm当前镜像源
npm config set registry http://registry.npmjs.org # 设置npm镜像源为官方镜像
npm config set registry https://registry.npm.taobao.org # 设置npm镜像源为淘宝镜像
npm config get registry # 查看npm当前镜像源
npm config set registry http://registry.npmjs.org # 设置npm镜像源为官方镜像
npm config set registry https://registry.npm.taobao.org # 设置npm镜像源为淘宝镜像