[ 
https://issues.apache.org/jira/browse/CB-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14152157#comment-14152157
 ] 

ASF subversion and git services commented on CB-5390:
-----------------------------------------------------

Commit 9ca23557af9543a3c97ef08f282d4d9f8efe9575 in cordova-lib's branch 
refs/heads/master from [~bhiggins_bb]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=9ca2355 ]

CB-5390 Uninstall - recursively remove dependencies of dependencies


> Removing a plugin with multi-level dependencies does not removal all plugins
> ----------------------------------------------------------------------------
>
>                 Key: CB-5390
>                 URL: https://issues.apache.org/jira/browse/CB-5390
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, Plugman
>    Affects Versions: 3.2.0
>            Reporter: Marcus Pridham
>            Priority: Minor
>
> I have 3 plugins that depend on each other. a depends on b that depends on c. 
>  a -> b -> c
> The problem is that if I install plugin a and remove it later it leaves 
> plugin c for some reason.
> {code}
> $ cordova plugin rm a
> Uninstalling 2 dangling dependent plugins.
> Uninstalling c from ios
> Uninstalling b from ios
> Preparing ios project
> Preparing ios project
> Uninstalling a from ios
> Preparing ios project
> Deleting plugin a
> Found 2 removable plugins. Deleting them.
> $ cordova plugins
> [ 'c' ]
> {code}
> The sample plugins can be found here:
> https://github.com/marcuspridham/plugman-issue
> I'm using Cordova CLI 3.2.0-rc.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to