Stable version of Ionic 3

Hey Ionic team

I am going to develop production app for all three platform i.e web ,android and ios.
Please suggest me the stable version of Ionic CLI , Ionic app lib version and compatible node version and angular version.

Thanks

Install the most recent Ionic CLI, use ionic start and you will have an app that fulfills these “requirements”.

Should I also need to write command like
ionic start myApp --v2 ???

No. Articles that tell you something like this are very outdated.

1 Like

which one will be good Ionic CLI 3.8.1 or 3.9.0??
And currently using Ionic CLI 2.2.3
After updating ionic CLI, Is ii going to affect my current project???

Thanks Sujan12 :slight_smile:

Which version we need to use? Is ionic 3.8.1 or 3.9.0 is stable?

The most recent CLI version is 3.19.0: https://github.com/ionic-team/ionic-cli/releases. It is automatically installed if you follow the CLI installation instructions at https://ionicframework.com/docs/cli/#installation

Then when you run ionic start it will automatically install the newest version of Ionic Angular into the project you are creating. You don’t have to do anything.

2 Likes

Thanks, Everything is working fine.:grin: