Tim Barham created CB-8472: ------------------------------ Summary: Exception (can't find config.xml) installing platform after plugins Key: CB-8472 URL: https://issues.apache.org/jira/browse/CB-8472 Project: Apache Cordova Issue Type: Bug Components: CordovaLib Affects Versions: Master Reporter: Tim Barham Priority: Critical
If you add a platform after adding a plugin, you can get an exception h4. Repro steps: # Create a new cordova app (e.g. 'cordova create TestApp'). # Add a plugin (e.g. 'cordova plugin add org.apache.cordova.camera'). # Add a platform (e.g. 'cordova platform add browser'). h4. Result: The following error: {code}Failed to install 'org.apache.cordova.camera':Error: ENOENT, no such file or directory 'D:\tbarham\OneDrive\Documents\CordovaApps\TestApp\platforms\browser\config.xml' at Error (native) at Object.fs.openSync (fs.js:502:18) at Object.fs.readFileSync (fs.js:354:15) at Object.module.exports.parseElementtreeSync (D:\GIT\Cordova\cordova-lib\cordova-lib\src\util\xml-helpers.js:118:27) at Object.module.exports.package_name (D:\GIT\Cordova\cordova-lib\cordova-lib\src\plugman\platforms\browser.js:51:38) at PlatformMunger.generate_plugin_config_munge (D:\GIT\Cordova\cordova-lib\cordova-lib\src\plugman\util\config-changes.js:264:54) at PlatformMunger.add_plugin_changes (D:\GIT\Cordova\cordova-lib\cordova-lib\src\plugman\util\config-changes.js:184:29) at D:\GIT\Cordova\cordova-lib\cordova-lib\src\plugman\util\config-changes.js:315:14 at Array.forEach (native) at PlatformMunger_process [as process] (D:\GIT\Cordova\cordova-lib\cordova-lib\src\plugman\util\config-changes.js:314:45){code} The problem is we are trying to install plugins for the platform before we call prepare() for the platform, so config.xml has not been created yet. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org