// 查看当前所使用的镜像
npm config get registry
// 切换到淘宝镜像
npm config set registry https://registry.npm.taobao.org
// 设置不校验ssl证书
npm config set strict-ssl false
npm使用淘宝镜像ssl证书过期问题
最新推荐文章于 2024-10-25 16:02:33 发布
// 查看当前所使用的镜像
npm config get registry
// 切换到淘宝镜像
npm config set registry https://registry.npm.taobao.org
// 设置不校验ssl证书
npm config set strict-ssl false