美文网首页
yarn 报错

yarn 报错

作者: ag4kd | 来源:发表于2023-02-06 10:35 被阅读0次

    yarn 出现 【 info There appears to be trouble with your network connection. Retrying... 】超时问题解决

    https://www.cnblogs.com/fmixue/p/16375938.html

    # yarn.lock中原路径为:https://registry.yarnpkg.com
    # 替换为:https://registry.npmmirror.com
    

    Vue 报错error:0308010C:digital envelope routines::unsupported

    https://blog.csdn.net/zjjxxh/article/details/127173968

    方法1.打开终端(按健win+R弹出窗口,键盘输入cmd,然后敲回车)并按照说明粘贴这些:(不一定行,本人失败了)
    Linux & Mac OS (windows git bash)

    export NODE_OPTIONS=--openssl-legacy-provider
    1
    windows命令提示符:

    set NODE_OPTIONS=--openssl-legacy-provider
    ————————————————
    版权声明:本文为CSDN博主「IDrens」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
    原文链接:https://blog.csdn.net/zjjxxh/article/details/127173968

    相关文章

      网友评论

          本文标题:yarn 报错

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