首页 前端知识 npm报错code ERR! request to https://registry.npm.taobao.org,切换淘宝最新的镜像源之后没有用。

npm报错code ERR! request to https://registry.npm.taobao.org,切换淘宝最新的镜像源之后没有用。

2024-05-07 13:05:31 前端知识 前端哥 722 1 我要收藏

一,报错问题

使用npm install 命令安装依赖,出现以下错误

网上搜索解决方案说是淘宝镜像源的问题,需要更新镜像源为https://registry.npmmirror.com之后发现,执行npm install命令仍然报错。

二,解决方案

(1)

//清空缓存

npm cache clean --force

//设置淘宝新的镜像源

npm config set registry https://registry.npmmirror.com

(2)禁止SSL/TLS 安全连接

npm config set strict-ssl false


再次执行npm install成功

转载请注明出处或者链接地址:https://www.qianduange.cn//article/7381.html
标签
评论
发布的文章

Pycharm创建json文件类型

2024-05-12 00:05:50

C#Post请求,带json参数。

2024-05-12 00:05:28

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!