0

I am trying to install ioinc through nodeJS in a Windows 7 machine by typing the command

npm install -g cordova ionic

in cmd that I have run as administrator but the install never ends and I am stuck at this screen:

enter image description here

i have also tried

npm install i -g cordova ionic

or to install cordova first but the same thing happens. I also turned off windows firewall and antivirus but still nothning..

What is going on and how can I solve this?

papakias
  • 2,925
  • 3
  • 13
  • 20

2 Answers2

0

I found an answer to my question. As Lucenty described in his answer in this question it was a matter of the %TEMP% variable.

Community
  • 1
  • 1
papakias
  • 2,925
  • 3
  • 13
  • 20
-1

you need to install node js https://nodejs.org/en/download/ before installing npm install -g cordova ionic