I need to change the cord version of an ionic design I'm testing, is that possible? If so, how can I do this? I currently have this version:
But I would like to switch to version 7.0. Which npm command do I use?
npm install -g cordova
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 installation you have the option to add the cordova corresponding to your installed version, even if you are in the latest version of Cordova