设置淘宝源
npm config set registry https://registry.npm.taobao.org
查看是否成功
npm config get registry
恢复源
npm config set registry https://registry.npmjs.org