npm ERR!request to https://registry.npm.taobao.org/axios failed, reason: certificate has expired 解决
·
在使用npm安装依赖时报的错,原因是由于我现在使用的是原淘宝npm镜像地址:“ https://registry.npm.taobao.org ”, 该镜像源的证书失效所导致。
一般只需要切换一下镜像源即可解决
执行npm config set registry https://registry.npmmirror.com
npm config set registry https://registry.npmmirror.com
可以使用npm config get registry命令查看是否更换成功
npm config get registry
如上图所示,更换成功
切换镜像源,再尝试执行安装命令
问题得到解决
更多推荐
已为社区贡献5条内容
所有评论(0)