I am having issues installing ionic using npm install -g ionic
. I got this error:
What I have tried so far:
- Turn off firewall
npm set strict-ssl=false
npm config set registry "http://registry.npmjs.org/"
npm config set proxy http://localhost:8080/
npm config set https-proxy http://localhost:8080/
Still getting erorr while trying to do options above. Please help.