Yarn -Info 您的网络连接似乎有问题。重试

M. *_*asr 3 yarnpkg

我一直在尝试做 Vue (CLI) 的快速入门指南,但一直收到此错误

Info There appears to be trouble with your network connection. Retrying...
Info There appears to be trouble with your network connection. Retrying...
Info There appears to be trouble with your network connection. Retrying...
Run Code Online (Sandbox Code Playgroud)

我在此链接中看到同一问题的所有答案 ,但没有修复。(操作系统:Windows)

Son*_*yen 5

就我而言,我过去添加了一个私有npm 存储库~/.npmrc,因此yarn 尝试在该存储库中找到该包。不幸的是,存储库不再可用,这使得yarn找不到该包。解决方案:

rm ~/.npmrc
Run Code Online (Sandbox Code Playgroud)