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
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 log - https://pastebin.com/Ci0AYYzY