Yep, that's not a bad plan: Cordova updated to 3.x. To update your project platform scripts, run 'cordova platform update' from the project directory.
I was thinking of specifically calling out the platforms which need updating on first run of cordova, but that would require us to keep track of when the warning was shown, probably by writing to config.json or another file in .cordova. On Mon, Dec 16, 2013 at 11:02 AM, Andrew Grieve <[email protected]>wrote: > I wouldn't want to show the warning on every single command forevermore, > but definitely a good idea to slip it in there somewhere. Maybe we could > show it when they do an npm update? > > > On Mon, Dec 16, 2013 at 9:13 AM, Bryan Higgins <[email protected] > >wrote: > > > How does everyone feel about adding a warning message when the platform > > version is older than CLI version? > > > > I've talked to some users recently who had no idea the update command > > existed. They assumed that by updating via npm, their project would get > all > > of the bug fixes. > > >
