How to get the installed version of the Ionic framework?
How to get the installed version of the Ionic framework?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
Just run the below command from the terminal
$ ionic -v
This will print out the version of the CLI you have.
If you’re in a project, and want to know what version of ionic.js you are using, you can try the below one.
$ ionic info