在我们使用npm时,有时经常会卡住,有时又很慢,这时候我们可以更换为淘宝镜像源安装依赖包:
配置npm使用淘宝镜像源
npm config get registry
配置后可通过下面方式来验证是否成功
npm config get registry
如下是成功案例
切换成功,继续执行npm install即可
注:如果想还原npm仓库地址,只需再把地址配置成npm镜像就可以了
npm config set registry https://registry.npmjs.org/
标签:npm,get,registry,淘宝,镜像,config From: https://www.cnblogs.com/sexintercourse/p/17015074.html