通常我运行yarn install命令,它运行良好,没有任何问题。但是现在,在使用相同的命令运行时,我将面临以下错误:
错误发生意外错误,"https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz“获取addrinfo ENOTFOUND registry.yarnpkg.com
我在windows和Mac中都签了名,同样的错误正在发生。
发布于 2021-06-20 16:33:01
升级yarn (万一不是),然后删除node_modules和yarn.lock。再次尝试运行yarn install。
https://stackoverflow.com/questions/68037425
复制相似问题