Ionic Cordova on Windows 7 cannot create project

337 Views Asked by At

Straight to the point, I am trying to learn and play around with Ionic development.

Installed Node.js

and

npm install -g cordova ionic

, seems to install successfully , i can see the version. Now when i run the command ionic start , the folder gets created but after that i am getting a message Downloading and extracting starter after a few seconds it just stops. Then when i cd into the newly created directory i found nothing.

So what i have tried, i uninstalled cleaned and reinstalled node and cordova ionic for around 10 times, searched left and right of google and i am unable to find solution (Maybe i am not searching properly) . I am running Windows 7 sp1 ultimate edition, Turned off firewall ,restarted the system a few times . Nothing i am unable to move from this step, any Ideas, I am adding pictures for the reference. enter image description here

enter image description here

ionic start command with verbose

any help and pointers will be greatly appreciated. What i am doing wrong ??? this is a home system and i am definitely not behind a proxy.

[EDIT] as per the comment i tried and here is the result

enter image description here

EDIT today once again i retried with ionic now i am seeing different error

enter image description here

1

There are 1 best solutions below

4
On

A successful ionic start should look like below:

enter image description here

Looks like for some reason this command doesn't complete on your machine. Not sure what goes wrong for you, but as an alternative to ionic start, you can try downloading the starter project yourself through github. Just install git, and then type:

git clone https://github.com/ionic-team/ionic-starter-sidemenu.git