npm 切换淘宝镜像

终端中:

  设置为淘宝镜像

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

查看当前源
npm config get registry
 
设置为国外的源
npm config set registry https://registry.npmjs.org/

posted on 2022-03-24 16:57  不酷也要写代码  阅读(226)  评论(0)    收藏  举报

导航