npm安装 出现 npm ERR! code ETIMEDOUT npm ERR! syscall connect npm ERR! errno ETIMEDOUT npm ERR! 解决方法

目录

  • 1. 问题所示
  • 2. 原理分析
  • 3. 解决方法
  • 4. 补充

1. 问题所示

出现如下问题:

E:\xxx项目\Saber>npm install -g yarn
npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR

你可能感兴趣的:(BUG,npm,前端,node.js)