Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can't install ionic

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

like image 643
Pieter Van der Haegen Avatar asked Mar 06 '26 22:03

Pieter Van der Haegen


1 Answers

Try running

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

before installing ionic

like image 110
danboh Avatar answered Mar 10 '26 10:03

danboh