[ 
https://issues.apache.org/jira/browse/CB-14253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-14253.
-----------------------------
    Resolution: Won't Do

I don't think we can know which plugin is going to be installed unless we make 
an extra call to npm to check which version satisfy the semver.

If users want to know which version was installed they can run cordova plugin ls

> Output plugin version everywhere during plugin installation
> -----------------------------------------------------------
>
>                 Key: CB-14253
>                 URL: https://issues.apache.org/jira/browse/CB-14253
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-cli
>    Affects Versions: 8.0.0
>            Reporter: Jan Piotrowski (janpio)
>            Priority: Major
>
> See this exemplary output:
> {code}
> Discovered plugin "cordova-plugin-ionic" in config.xml. Adding it to the 
> project
> Fetching plugin "cordova-plugin-ionic@^4.1.7" via npm
> Installing "cordova-plugin-ionic" for ios
> Plugin dependency "[email protected]" already fetched, using 
> that version.
> Dependent plugin "cordova-plugin-splashscreen" already installed on ios.
> Failed to install 'cordova-plugin-ionic': CordovaError: Version of installed 
> plugin: "[email protected]" does not satisfy dependency 
> plugin requirement "cordova-plugin-ionic-webview@>=2.0.0". Try --force to use 
> installed plugin as dependency.
> {code}
> Only in the second line does it mention the version: `^4.1.7`. It would be 
> great if all mentions of the plugin would include the version (or even actual 
> version being installed vs. the definition with ^)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to