gulpjs / glob-stream

Readable streamx interface over anymatch.
MIT License
178 stars 51 forks source link

Can't install glob-stream - ECONNRESET error #94

Closed TheChilliPL closed 6 years ago

TheChilliPL commented 6 years ago

I can install any other package, but my npm won't install glob-stream (both as dependency for Gulp and manually by npm install --g glob-stream)

It is stuck for a minute, and then, ECONNRESET error appears

npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! network request to http://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz 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!     C:\Users\Chilli\AppData\Roaming\npm-cache\_logs\2017-11-22T17_57_30_004Z-debug.log

NPM log - https://pastebin.com/Ci0AYYzY

phated commented 6 years ago

We don't deal with npm issues. Please bring this up on their issue tracker instead.