我正在尝试从运行https://github.com/carrot/share-button
的npm实现名为Share Button的插件。然而,在这样做并等待大约5分钟后,我得到以下输出:
npm ERR! fetch failed https://registry.npmjs.org/i/-/i-0.3.2.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 504
⸨ ░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: WARN retry will retry, error on last attempt: Error: fetch failed with status code 504
有谁知道为什么会发生这种情况并绕过它?感谢
答案 0 :(得分:1)
如果你试过
npm i --save-dev share-button
像我一样。尝试使用像那样的github repo
npm install --save-dev carrot/share-button
在我的机器上没有错误的情况下工作:)
答案 1 :(得分:0)
尝试执行以下命令:
npm config set registry http://registry.npmjs.org/
这将通过HTTP获得软件包 npm install 。