How to check Ionic version

Steps to check the Ionic version in an Ionic project:

  1. Open your project in VSCode.
  2. Open Terminal in VSCode.
  3. Type the following command :
ionic -v
  • The terminal will show the output of the version being used in your project. Example:
6.19.0

the above results “6.19.0” is the version of Ionic installed.