How to create ionic 3 project.....not 4

Hello :slight_smile:
I recently haven’t started new ionic project
and now I just try to start new ionic project so, I typed on cmd that ionic start newproject blank

but the result was quite different than before. I think it’s ionic 4…then, How can I build ionic3 project…not 4?

ionic start --type=ionic-angular should do the job.

Hi, @pdj
Please try this Command:
ionic start myApp blank --type=ionic-angular