I want to create an ionic 6 project. My ionic-cli version is 6.20.9 installed globally.
Recently it was upgraded to 7 therefore, I removed the cli and installed it again using this command
ionic uninstall @ionic/cli
ionic instal @ionic/cli@6
Now, I can see the ionic version is 6.20.9
Then, I start a new project using
ionic start projectName tabs --type=ionic-angular --capacitor
This is creating a new project. However, it's going for ionic 7.
Here is my info
Here is my package.json
I noticed that I don't have an ionic framework installed in my info list.