npm切换淘宝镜像源

在我们使用npm时,有时经常会卡住,有时又很慢,这时候我们可以更换为淘宝镜像源安装依赖包:

配置npm使用淘宝镜像源

npm config get registry

配置后可通过下面方式来验证是否成功

npm config get registry

如下是成功案例

在这里插入图片描述

切换成功,继续执行npm install即可

注:如果想还原npm仓库地址,只需再把地址配置成npm镜像就可以了

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

 

posted on 2022-12-30 15:44  漫思  阅读(343)  评论(0编辑  收藏  举报

导航