0
To use an earlier version you can do so. If you are in the latest version of Ionic:
Ionic start myApp2 --v2
Ionic start myApp3 --v3
So after the installation you have the option to add the corresponding Cordova to your installed version, even if you are in the latest version of Cordova
And in case update only locally?
– David Vinicius
What you mean by "only locally"?
– NilsonUehara
the version of Cordova within a project, not globally.
– David Vinicius