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:
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?