npm config set registry http://registry.npm.taobao.org/
将npm默认设置为淘宝镜像地址
当你想发布自己的包时,需要将地址修改回来
npm config set registry https://registry.npmjs.org/