学无先后,达者为师

网站首页 前端文档 正文

error An unexpected error occurred: “https://registry.npmjs.org/d3-geo-proje

作者:Casey·Hu 更新时间: 2022-05-25 前端文档

error An unexpected error occurred: "https://registry.npmjs.org/d3-geo-proje

在这里插入图片描述

yarn install 报错

大概意思是

错误发生意外错误:https://registry.npmjs.org/d3-geo-proje

原因是代理的问题

解决办法就是

先把node-sass镜像源进行设置成国内的

yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass

如果不行就要把代理删了

npm config rm proxy 
npm config rm https-proxy

There appears to be trouble with your network connection. Retrying…

这个报错可以试试上述的方法

祝您万事顺心,没事点个赞呗,关注一下也行啊,有啥要求您评论哈

原文链接:https://blog.csdn.net/qq_43658218/article/details/120591521

栏目分类
最近更新