You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Josh Soref (JIRA)" <ji...@apache.org> on 2014/03/14 23:10:42 UTC

[jira] [Created] (CB-6270) Don't warn about not uninstalling dependencies the user didn't specify to remove

Josh Soref created CB-6270:
------------------------------

             Summary: Don't warn about not uninstalling dependencies the user didn't specify to remove
                 Key: CB-6270
                 URL: https://issues.apache.org/jira/browse/CB-6270
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugman
    Affects Versions: 3.4.0
            Reporter: Josh Soref


I'm running cordova-plugman @ f735b57

dependency-hell$ cordova plugin ls
[ 'com.blackberry.pim.contacts',
  'com.blackberry.pim.lib',
  'com.blackberry.sensors',
  'com.blackberry.utils' ]
dependency-hell$ cordova plugin rm com.blackberry.pim.contacts
Uninstalling 1 dependent plugins.
Uninstalling com.blackberry.pim.lib from blackberry10
Uninstalling com.blackberry.pim.contacts from blackberry10
Removing "com.blackberry.pim.contacts"
"com.blackberry.utils" is required by (com.blackberry.sensors) and cannot be removed (hint: use -f or --force) and cannot be removed (hint: use -f or --force)

Expected results: Since I didn't ask to uninstall com.blackberry.utils, I shouldn't be warned about it.

Dependencies:
com.blackberry.pim.contacts -> com.blackberry.pim.lib
com.blackberry.pim.lib -> com.blackberry.utils
com.blackberry.sensors -> com.blackberry.utils




--
This message was sent by Atlassian JIRA
(v6.2#6252)