查看自己使用的使什么镜像
在命令行中输入
npm config get registry
通过命令配置
//旧淘宝镜像
npm config set registry https://registry.npm.taobao.org/
//新淘宝镜像
npm config set registry https://registry.npmmirror.com
总结
最后在使用
npm config get registry
查询是否更改为淘宝镜像
在命令行中输入
npm config get registry
//旧淘宝镜像
npm config set registry https://registry.npm.taobao.org/
//新淘宝镜像
npm config set registry https://registry.npmmirror.com
最后在使用
npm config get registry
查询是否更改为淘宝镜像
2025-01-16 20:01:33
2024-08-27 09:08:17
2024-05-09 11:05:34
2024-06-06 10:06:47
2024-04-22 09:04:34
2024-03-29 15:03:20
2024-04-20 17:04:38
2024-05-10 08:05:15
2024-10-30 21:10:12