I cannot install ionic
I tried to install ionic framework as described on the site but I always get this error. I searched a lot to find a solution, but every solution I tried did not work, can someone help me?
(I am using win8 and 32 bit nodejs)
+3
Pieter Van der Haegen
source
to share
1 answer
Try to run
npm config set registry https://registry.npmjs.org/
before installing ionic
+3
danboh
source
to share