美文网首页
遇错指南—An unexpected error occurre

遇错指南—An unexpected error occurre

作者: 按时吃饭_63fb | 来源:发表于2023-05-04 15:57 被阅读0次

    这个问题好像好多人都遇到过,查询了一些资料发现问题和答案不尽相同。基本都是说你需要设置代码,设置镜像等等。但是我这次遇到的问题设置了并没有用,研究了一下才发现这是因为要下载一些github里的依赖包。我们要下载github 依赖的话,就需要配置一下:

    export http_proxy=http://sjd-entbc-001:80; export https_proxy=http://sjd-entbc-001:80

    这个设置好后,就可以正常yarn install啦

    看网上好多说:

    npm config set registryhttp://registry.npm.taobao.org/

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

    试了并没有用

    相关文章

      网友评论

          本文标题:遇错指南—An unexpected error occurre

          本文链接:https://www.haomeiwen.com/subject/mpbxsdtx.html