How to Know which version of Ionic is being used in my project

Asked

Viewed 7,602 times

4

I am working on an Ionic project at my company, but I do not know which version it was made, and who did not work in the company anymore, how do I find out in which version it was created?

1 answer

5


You can run the command ionic info in the project folder

The way out will be something like:

C:\User\ProjetoIonic> ionic info
Cordova CLI: X.X.X
Ionic Version: X.X.X
Ionic CLI Version: X.X.X
Ionic App Lib Version: X.X.X
OS: Versão do sistema
Node Version: vX.X.X

If the Ionic version is too old, it may appear that "info is not a valid task", then it is possible to use the command ionic lib

The way out will be something like:

C:\User\ProjetoIonic>  ionic lib
Local Ionic version: X.X.X 
Latest Ionic version: X.X.X
* Local version up to date
  • That’s right, just the Ionic info command

Browser other questions tagged

You are not signed in. Login or sign up in order to post.