Reputation: 367
I was trying to install ionic framework as explaned on their site but i always get this error. I googled a lot to find a solution but every solution I tried failed, can someone help me?
(I use win8 and the 32bit version of nodejs)
Upvotes: 3
Views: 1712
Reputation: 778
Try running
npm config set registry https://registry.npmjs.org/
before installing ionic
Upvotes: 3