Tim Barham created CB-9604:
------------------------------

             Summary: Error adding browser platform with new PlatformApi 
polyfill
                 Key: CB-9604
                 URL: https://issues.apache.org/jira/browse/CB-9604
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaLib
    Affects Versions: Master
            Reporter: Tim Barham
            Assignee: Tim Barham
            Priority: Blocker


With the new PlatformApi polyfill in place, I'm seeing the following error when 
adding the browser platform:

{noformat}
$ cordova platform add browser
Adding browser project...
Running command: cmd "/s /c 
"C:\Users\timba\.cordova\lib\npm_cache\cordova-browser\4.0.0\package\bin\create.bat
 D:\CordovaApps\blank\platforms\browser io.cordova.hellocordova HelloCordova""
Creating Browser project. Path: platforms\browser
Parsing D:\CordovaApps\blank\platforms\browser\config.xml failed
Error: ENOENT, no such file or directory 
'D:\CordovaApps\blank\platforms\browser\config.xml'
    at Error (native)
    at Object.fs.openSync (fs.js:500:18)
    at Object.fs.readFileSync (fs.js:352:15)
    at Object.module.exports.parseElementtreeSync 
(D:\git\cordova-lib\cordova-lib\src\util\xml-helpers.js:118:27)
    at Object.ConfigParser 
(D:\git\cordova-lib\cordova-lib\src\configparser\ConfigParser.js:33:24)
    at new PlatformApiPoly 
(D:\git\cordova-lib\cordova-lib\src\platforms\PlatformApiPoly.js:68:20)
    at Object.getPlatformApi 
(D:\git\cordova-lib\cordova-lib\src\platforms\platforms.js:58:23)
    at D:\git\cordova-lib\cordova-lib\src\platforms\PlatformApiPoly.js:102:14
    at _fulfilled (D:\git\cordova-lib\cordova-lib\node_modules\q\q.js:787:54)
    at self.promiseDispatch.done 
(D:\git\cordova-lib\cordova-lib\node_modules\q\q.js:816:30)
{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]

Reply via email to