Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-10662

Adding browser platform fails if plugins added since fix for CB-10641

    XMLWordPrintableJSON

Details

    Description

      Since the fix for CB-10641, adding the browser platform throws an exception if a plugin has been added to the project:

      $ 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
      

      Attachments

        Issue Links

          Activity

            People

              vladimir.kotikov Vladimir Kotikov
              TimBarham Tim Barham
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: