临时切换淘宝源下载包

npm的镜像替换成淘宝

获取当前的npm镜像地址

npm get registry 

换成淘宝的

npm config set registry http://registry.npm.taobao.org/

换成原来的

npm config set registry https://registry.npmjs.org/

posted @ 2019-03-03 11:13  那根断线的风筝  阅读(381)  评论(0编辑  收藏  举报