npm淘宝镜像和默认镜像切换
摘要:
1.得到原本的镜像地址 npm get registry > https://registry.npmjs.org/ 设成淘宝的 npm config set registry http://registry.npm.taobao.org/ 2.换成原来的 npm config set regist 阅读全文
posted @ 2017-12-21 14:15 杨龙飞 阅读(1931) 评论(0) 推荐(0) 编辑