[
https://issues.apache.org/jira/browse/CB-11134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikhil Khandelwal updated CB-11134:
-----------------------------------
Assignee: Richard B Knoll
> Double "and cannot be removed" in a warning message
> ---------------------------------------------------
>
> Key: CB-11134
> URL: https://issues.apache.org/jira/browse/CB-11134
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaLib
> Affects Versions: Master
> Reporter: Alexander Sorokin
> Assignee: Richard B Knoll
> Priority: Minor
> Labels: triaged
>
> {noformat}
> C:\Cordova>cordova create test-app
> Creating a new cordova project.
> C:\Cordova>cd test-app
> C:\Cordova\test-app>cordova platform add windows
> Adding windows project...
> Creating Cordova Windows Project:
> App Name : HelloCordova
> Namespace : io.cordova.hellocordova
> Path : C:\Cordova\test-app\platforms\windows
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Installing to the
> project
> Fetching plugin "cordova-plugin-whitelist@1" via npm
> Installing "cordova-plugin-whitelist" for windows
> C:\Cordova\test-app>cordova plugin add cordova-plugin-camera
> cordova-plugin-contacts
> Fetching plugin "cordova-plugin-camera" via npm
> Installing "cordova-plugin-camera" for windows
> Fetching plugin "cordova-plugin-compat" via npm
> Installing "cordova-plugin-compat" for windows
> Fetching plugin "cordova-plugin-contacts" via npm
> Installing "cordova-plugin-contacts" for windows
> Dependent plugin "cordova-plugin-compat" already installed on windows.
> C:\Cordova\test-app>cordova plugin rm camera
> Uninstalling cordova-plugin-camera from windows
> Removing "cordova-plugin-camera"
> "cordova-plugin-compat" is required by (cordova-plugin-contacts) and cannot
> be removed (hint: use -f or --force) and cannot be removed (hint: use -f or
> --force)
> C:\Cordova\test-app>
> {noformat}
> Expected warning:
> {noformat}
> "cordova-plugin-compat" is required by (cordova-plugin-contacts) and cannot
> be removed (hint: use -f or --force)
> {noformat}
> Actual warning:
> {noformat}
> "cordova-plugin-compat" is required by (cordova-plugin-contacts) and cannot
> be removed (hint: use -f or --force) and cannot be removed (hint: use -f or
> --force)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]