Michal Mocny created CB-6509: -------------------------------- Summary: Support re-installing plugins without manual uninstall. Key: CB-6509 URL: https://issues.apache.org/jira/browse/CB-6509 Project: Apache Cordova Issue Type: Bug Components: CLI Reporter: Michal Mocny Assignee: Mark Koudritsky Priority: Minor
In the interests of platforms/plugins as artifacts, would be nice to support this workflow: > cordova platform add android > cordova plugin add foo > cordova prepare > rm -rf plugins/ > cordova plugin add foo FAIL! due to existing files in android platform :( > rm -rf platforms/ > cordova platform add android PASS! Re-installs all plugins, including the one that failed before, successfully -- This message was sent by Atlassian JIRA (v6.2#6252)