/ / npm nedokáže načítať meteorit - javascript, node.js, npm, meteorit

npm nie je možné načítať meteorit - javascript, node.js, npm, meteorit

S nodejsom v0.10.22 a npm v1.3.14 som sa pokúsil nainštalovať meteorit, ako je uvedené nižšie:

$ npm install meteorite
npm http GET https://registry.npmjs.org/meteorite
npm http 304 https://registry.npmjs.org/meteorite
npm http GET https://registry.npmjs.org/meteorite/-/meteorite-0.6.16.tgz
npm ERR! fetch failed https://registry.npmjs.org/meteorite/-/meteorite-0.6.16.tgz
npm http GET https://registry.npmjs.org/meteorite/-/meteorite-0.6.16.tgz
npm ERR! fetch failed https://registry.npmjs.org/meteorite/-/meteorite-0.6.16.tgz
npm http GET https://registry.npmjs.org/meteorite/-/meteorite-0.6.16.tgz
npm ERR! fetch failed https://registry.npmjs.org/meteorite/-/meteorite-0.6.16.tgz
npm ERR! network socket hang up
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is 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"

Otázka: Je to bežná chyba? Ako to môžeme vyriešiť?

odpovede:

0 pre odpoveď č. 1

NPM bolo vypnuté, môžete použiť zrkadlo NPM, ak ho máte k dispozícii.

npm set registry <registry-location>

Budete musieť nastaviť zrkadlo alebo nájsť niekoho, kto má.

Ak chcete obnoviť normálne nastavenie:

npm set registry https://registry.npmjs.org/