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

如何设置及清除淘宝镜像

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

**

设置

**
方法1

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

方法2

// 安装好node环境
npm i nrm -g// 下载nrm 
nrm ls//查看当前可选源
nrm use taobao 

清除(用回原先的)

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