我的操作系统是win10,当我安装了Ionic with run" npm install -g ionic cordova"命令,一切看起来都不错,但是当我运行"离子开始"命令,通常,它应该询问并等我输入我的项目名称,但它只是问我但不要等我等待,命令快速结束。
"离子启动"命令执行如下:
C:\WINDOWS\system32>ionic start
? What would you like to name your project:
C:\WINDOWS\system32>
"离子启动离子研究"命令执行如下:
C:\WINDOWS\system32>ionic start ionicstudy
? What starter would you like to use: (Use arrow keys)
> tabs ............... ionic-angular A starting project with a simple tabbed interface
blank .............. ionic-angular A blank starter project
sidemenu ........... ionic-angular A starting project with a side menu with navigation in the content area
super .............. ionic-angular A starting project complete with pre-built pages, providers and best practices for
Ionic development.
conference ......... ionic-angular A project that demonstrates a realworld application
tutorial ........... ionic-angular A tutorial based project that goes along with the Ionic documentation
aws ................ ionic-angular AWS Mobile Hub Starter
C:\WINDOWS\system32>
我再次尝试再次上传ioinc,然后重启我的电脑,但同样的人可以帮助我吗?
答案 0 :(得分:0)
尝试此离子启动名称_of_your_project选项卡
例如 离子启动myApp选项卡 或者访问https://ionicframework.com/getting-started了解更多详情。