You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Tim Barham (JIRA)" <ji...@apache.org> on 2016/02/22 12:26:18 UTC

[jira] [Created] (CB-10662) Adding browser platform fails if plugins added since fix for CB-10641

Tim Barham created CB-10662:
-------------------------------

             Summary: Adding browser platform fails if plugins added since fix for CB-10641
                 Key: CB-10662
                 URL: https://issues.apache.org/jira/browse/CB-10662
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaLib
            Reporter: Tim Barham
            Assignee: Vladimir Kotikov
            Priority: Blocker


Since the fix for [CB-10641|https://issues.apache.org/jira/browse/CB-10641], adding the browser platform throws an exception if a plugin has been added to the project:

{noformat}
$ cordova create AddBrowserError
Creating a new cordova project.

$ cd AddBrowserError

$ cordova plugin add cordova-plugin-device
Fetching plugin "cordova-plugin-device@~1.1.1" via npm

$ cordova platform add browser
Adding browser project...
Running command: cmd "/s /c "cordova-browser\4.0.0\package\bin\create.bat AddBrowserError\platforms\browser io.cordova.hellocordova HelloCordova""
Creating Browser project. Path: platforms\browser
Installing "cordova-plugin-device" for browser
Failed to install 'cordova-plugin-device':Error: ENOENT: no such file or directory, open 'AddBrowserError\platforms\browser\config.xml'
    at Error (native)
    at Object.fs.openSync (fs.js:549:18)
    at Object.fs.readFileSync (fs.js:397:15)
    at Object.module.exports.parseElementtreeSync (cordova-common\src\util\xml-helpers.js:118:27)
    at Object.module.exports.package_name (cordova-lib\src\plugman\platforms\browser.js:51:38)
    at cordova-lib\src\platforms\PlatformApiPoly.js:264:67
    at _fulfilled (cordova-common\node_modules\q\q.js:834:54)
    at self.promiseDispatch.done (cordova-common\node_modules\q\q.js:863:30)
    at Promise.promise.promiseDispatch (cordova-common\node_modules\q\q.js:796:13)
    at cordova-common\node_modules\q\q.js:857:14
{noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org