欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

设置淘宝镜像

程序员文章站 2022-03-03 17:17:36
...

设置淘宝镜像

npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global

查看镜像

npm config get registry 
npm config get disturl  
相关标签: 淘宝镜像