ionic-team / ionic-cli

The Ionic command-line interface
MIT License
2k stars 650 forks source link

Add list of Cordova plugins to `ionic info` #3479

Open janpio opened 6 years ago

janpio commented 6 years ago

Cordova plugins or their versions often cause problems for building apps or running apps on specific devices (with specific Android versions). It would help a lot if ionic info would also output a list of the installed Cordova plugins and their versions.

Examples where this would help to solve things:

imhoffd commented 6 years ago

I was thinking we should add the webview plugin to ionic info for sure, but a list of all plugins might get lengthy.

imhoffd commented 6 years ago

The two things you mentioned could work as ionic doctor tasks.

janpio commented 6 years ago

I know, but lengthy-ness beats having to ping pong messages to find out what a user's "environment" is.

Problem with the webview thing is that it depends on the device Android OS version by the way, so hard to debug (especially if people mistake android 7.0.0 from the Cordova platforms for what I am asking for)