常用指令集合
时间:2021-06-06 21:18:03
收藏:0
阅读:14
1.设置淘宝镜像
npm config set registry http://registry.npm.taobao.org/
还原npm镜像
npm config set registry https://registry.npmjs.org/
原文:https://www.cnblogs.com/lv77/p/14855812.html
评论(0)