Github user vladimir-kotikov commented on the pull request:
https://github.com/apache/cordova-lib/pull/341#issuecomment-156044170
@rubensayshi, thanks for reporting and providing a fix
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitH
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-lib/pull/341
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user rubensayshi opened a pull request:
https://github.com/apache/cordova-lib/pull/341
use plist@1.2 to be able to use cordova with node v0.12.
`plist@1.1` had `xmlbuilder@2.2` as dependency, which had `engine@<=0.10`.
with `plist@1.2` it now depends on `xmlbuilder@4.4`.