如何将npm切换成淘宝镜像

https://registry.npmjs.org/
http://registry.npm.taobao.org/
//1.查看npm镜像设置
npm config get registry
//2.将npm设置为淘宝镜像
npm config set registry https://registry.npmmirror.com
//3.再次查看npm镜像设置
npm config get registry
//4.重新install
npm install

posted on 2024-09-29 10:27  zyp_java_net  阅读(273)  评论(0)    收藏  举报

导航