[
https://issues.apache.org/jira/browse/CB-11164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272971#comment-15272971
]
Nikhil Khandelwal commented on CB-11164:
----------------------------------------
I just tried it & media plugin always get the latest version of the file plugin
with it:
{code}
λ cordova plugin ls
cordova-plugin-compat 1.0.0 "Compat"
cordova-plugin-file 4.2.0 "File"
cordova-plugin-media 2.3.0 "Media"
cordova-plugin-whitelist 1.2.2 "Whitelist"
cordova-sqlite-storage 1.4.0 "Cordova sqlite storage plugin"
{code}
You might need to follow the following steps:
{code}
cordova plugin rm media
cordova plugin rm file
cordova plugin add cordova-plugin-media
{code}
> plugins update
> --------------
>
> Key: CB-11164
> URL: https://issues.apache.org/jira/browse/CB-11164
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI
> Affects Versions: 6.1.0
> Environment: cordova CLI
> Reporter: Dean Le
> Labels: triaged, wfc
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> When we got a list of updated plugins, I can't update cordova-plugin-file. It
> keeps looping in the between plugins below saying that "You can't remove
> because this plugin... is required for other plugin...." even with -f or
> --force option.
> We can only update plugins by add/remove command though. I thought it's
> developer responsibility to know which plugins for what. Or at least a
> warning message (it does warn) but allow the plugin to be removed and
> re-added.
> ---------------------------
> cordova-plugin-camera
> cordova-plugin-file
> cordova-plugin-media
> cordova-plugin-compat
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]