Know the version of ionic for the current project

Hi,

In ionic 1 we had the version.json in www/lib/ionic/ file which contained informations about the ionic version used for this project.

But in ionic 2 we havn’t this file so if you can tell me where is this file or a similar file which could contain this kind of informations I’m interested :wink:

you can always do npm list ionic-angular should give you the version of ionic you project is using

2 Likes