临时设置
npm install <package> --registry=https://registry.npmmirror.com/
永久设置
npm config set registry https://registry.npmmirror.com/
获取设置值
npm config get registry
退回官方
npm config set registry https://registry.npmjs.org/