The recent version is 3.2.0
and I'm facing lot's of issues with it like the ionic serve
command not working.
To check the globally installed ionic version ionic -g and to check the project's ionic version use ionic -g. To check the project's ionic version use ionic -v in your project path or else ionic info to get the details of ionic and its dependencies.
npm install -g ionic@version_number
ex: if you want to install ionic 2.5.0,
npm install -g [email protected]
edit: to list all versions of ionic, npm info ionic
You can downgrade to your old version by running below command:
npm install -g [email protected]
Get your version here
IONIC CLI VERSIONS
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