简体   繁体   中英

Ionic Cordova on Windows 7 cannot create project

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. 在此处输入图片说明

在此处输入图片说明

离子启动命令,带详细信息

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

在此处输入图片说明

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

在此处输入图片说明

A successful ionic start should look like below:

在此处输入图片说明

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM