is it the latest version of ionic 2 ?
and when i am giving
npm install -g ionic@beta
it shows that i already have the updated version of ionic as ionic 2.0.0-beta.25
my npm version is 3.9.0
and node js is 5.11.0
is it the latest version of ionic 2 ?
and when i am giving
npm install -g ionic@beta
it shows that i already have the updated version of ionic as ionic 2.0.0-beta.25
my npm version is 3.9.0
and node js is 5.11.0
When I run ‘ionic info’, it says that my version of the ionic cli is 2.0.0-beta.25, and I updated recently, so, yeah, that probably is the latest version (for the time being)
The latest version of the Ionic CLI is 2.0.0-beta.25, the latest version of the framework is 2.0.0-beta.6.
If you run ionic info
in your project it will show something similar to this:
Your system information:
Cordova CLI: 6.1.1
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.6
Ionic CLI Version: 2.0.0-beta.25
Oh… got confused between framework and CLI
Thanks…