3

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)

error message

1 Answers1

3

Try running

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

before installing ionic

danboh
  • 758
  • 2
  • 11
  • 28
  • i do this but when i try to create project in ionic ..cmd says "ionic is not used as internal or external command" can u plz help me out . – Kishan Oza Mar 21 '17 at 06:37