error An unexpected error occurred: “https://registry.npmmirror.com/moment: tunneling socket could n

yarn install 的时候报了错误

error An unexpected error occurred: "https://registry.npmmirror.com/moment: tunneling socket could not be established, cause=socket hang up".

在这里插入图片描述

解决方法

查看镜像
npm config get registry  //查看

yarn config get registry

// https://registry.npm.taobao.org/

切换淘宝镜像
npm config set registry https://registry.npm.taobao.org

yarn config set registry https://registry.npm.taobao.org

我换了原来的镜像

npm config set registry http://registry.npmjs.org

yarn config set registry https://registry.yarnpkg.com

yarn 不行就换npm,确保都换了,然后这个报错就可以解决了

如果还不行的,检查你的代理地址是否正确,是否防火墙影响

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/59125ac9a4.html