I’ve created a new project, when I run inside the project’s root dir:
> cordova --version
3.4.1-0.1.0
After a while I’ve upgraded Corodova to a new version 3.5.
I’ve created a new Ionic project, and when I run in the new project “cordova --version” the version is 3.5
Yet, when I run the command again in my older project - the version of Cordova is still 3.4.
How do I upgrade the Cordova version of an older Ionic project ?
IN EVERY Ionic project I have …
I thought when I run this once in a generic directory, I thought Cordova on my entire server has changed - and I just need to upgrade this specific Ionic project to use it …