npm切换源 获取原本镜像地址设为淘宝镜像 获取原本镜像地址 npm get registry https://registry.npmjs.org/ 设为淘宝镜像 npm config set registry http://registry.npm.taobao.org/ yarn config set registry http://registry.npm.taobao.org/