1
我嘗試安裝離子,但運行時npm install -g ionic
我在下面出現錯誤。windows:npm安裝出錯ERR!代碼ECONNRESET
npm ERR! node v0.12.4
npm ERR! npm v2.10.1
npm ERR! code ECONNRESET
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 settin
gs.
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 get proxy
它說null
我已經嘗試清理緩存,並更改註冊表http://registry.npmjs.org/
和https://registry.npmjs.org/
,也是我可以訪問http://registry.npmjs.org/yo,但仍安裝離子時有同樣的錯誤。
希望我的問題的任何解決方案。
謝謝
我在使用node.js安裝離子時出現錯誤,這與離子依賴性無關。 – madrick
我改進了我的答案。請再檢查一次。 – Monty