Create project with previous release

Hi all,
I need to create a project with v3 release but when I create a new project, it has release 4.x

Is it possible to use ionic cli to create a previous release project?

Thanks
Luca

Yes, you need to set the --type=ionic-angular for Ionic 3 based projects when using ionic start.

1 Like

Thanks a lot for your support