加快npm 和 yarn 的下载速度

npm config get registry

查看npm源,默认源是 https://registry.npmjs.org/

 

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

更换npm源

 

yarn config set registry https://registry.npm.taobao.org/

更换yarn源

posted @ 2019-03-05 20:47  伽利略  阅读(1267)  评论(0编辑  收藏  举报