Mac上的NPM问题

时间:2019-01-27 22:38:40

标签: node.js npm

我一直在使用VS Code进行开发工作,突然间,我的npm install命令停止工作并开始给我以下错误:

⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session abcd123456789efg

npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! network request to https://registry.npmjs.org/passport failed, reason: read ECONNRESET
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/ajaywadhwani/.npm/_logs/2019-01-27T22_33_38_087Z-debug.log

我绝不落后于任何代理人。

有趣的是,通过我的浏览器对链接https://registry.npmjs.org/passport进行ping可以将我带到具有内容的网页,并且可以通过终端ping网站。

请提供建议。

1 个答案:

答案 0 :(得分:0)

尝试使用命令npm install npm@latest -g更新到最新版本npm。

我还要通过转到系统偏好设置>网络>您的连接(例如Wi-Fi)>高级...>代理并寻找任何复选框来确保没有设置代理。

请让我知道这些解决方案是否有效。