npm走国外的镜像,非常的慢,所以可以设置为淘宝镜像
查看当前仓库镜像
> npm config get registry https://registry.npmjs.org/
设置淘宝仓库镜像
npm config set registry https://registry.npmmirror.com