I wonder how to check the version of ionic. If I do ionic -v
I get back 1.4.3
Can that be? Wasn't 1.0.0 just released?
You can verify your installation with the ionic --version command.
To find the locally installed version of Cordova CLI run cordova -v (If you are using Ionic, this version is also included in the ionic info output). Then compare the returned version number to the output of npm info cordova version (You can also check manually for the newest available version on npm or GitHub).
Run from your project folder:
$ ionic info Cordova CLI: 5.0.0 Ionic Version: 1.0.1 Ionic CLI Version: 1.6.1 Ionic App Lib Version: 0.3.3 OS: Windows 7 SP1 Node Version: v0.12.2
If your CLI is old enough, it will say "info is not a valid task" and you can use this:
$ ionic lib Local Ionic version: 1.0.1 (C:\stuff\july21app\www\lib\ionic\version.json) Latest Ionic version: 1.0.1 (released 2015-06-30) * Local version up to date
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With