registry.npmjs.org время ожидания запроса - PullRequest
0 голосов
/ 30 октября 2019

возвращается весь пакет установки npm. ETIMEOUT

я проверил по команде

tracert registry.npmjs.org

Tracing route to registry.npmjs.org [104.16.27.35]
over a maximum of 30 hops:

  1     2 ms     2 ms     1 ms  10.192.54.254
  2    <1 ms    <1 ms    <1 ms  10.192.54.12
  3    <1 ms    <1 ms    <1 ms  192.168.250.5
  4     1 ms     1 ms     1 ms  203.147.57.179
  5     4 ms     4 ms     4 ms  10.210.20.53
  6     *        *        *     Request timed out.
  7     8 ms     8 ms     8 ms  10.210.20.2
  8     7 ms     7 ms     7 ms  203.147.29.244
  9     8 ms     8 ms     8 ms  166.84.50.182.static-corp.jastel.co.th [182.50.84.166]
 10    33 ms    32 ms    33 ms  90.84.50.182.iig-ne1-sg1.jastel.co.th [182.50.84.90]
 11    83 ms    94 ms   104 ms  13335.sgw.equinix.com [27.111.228.132]
 12    31 ms    31 ms    32 ms  104.16.27.35

Trace complete.

C:\inetpub\wwwroot\ETickets_DEV>npm install polyfill-library --save  --prefer-offline --no-audit
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! network request to http://registry.npmjs.org/lazystream failed, reason: connect ETIMEDOUT 104.16.20.35:80
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'

hop no. 6 - «Превышен тайм-аут запроса»

Я думаю, что это делает установку npm неудачной.

Могу ли я использовать какой-либо параметр npm для пропуска ошибки ETIMEOUT?

...