Steps to check the Ionic version in an Ionic project:
- Open your project in VSCode.
- Open Terminal in VSCode.
- 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.