DEV Community

Mohamed Fahath
Mohamed Fahath

Posted on

Answer: Unable to create ionic 3 project instead of 4

You can use the below command to create a Ionic 3 Project when you have Ionic 4 installed

ionic start ProjectName blank --type=ionic-angular

Top comments (0)