I try to install ionic, but when run npm install -g ionic
I have error below.
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'
My network don't have proxy, and when i run npm get proxy
it said null
I already try to clean cache, and change registry to http://registry.npmjs.org/
and https://registry.npmjs.org/
and also I can access http://registry.npmjs.org/yo, but still have same error when installing ionic.
hope any solution for my issue.
Thank you,