Re: Node v6 support

2016-05-16 Thread Darryl Pogue
I believe there's another Node 6 bug affecting a wide number of CLI apps (including Cordova), where logging buffers are not guaranteed to be flushed on process.exit(). This means that sometimes output is truncated or overlaps in the terminal after an error. The upstream bug is https://github.com/n

Re: Node v6 support

2016-05-16 Thread Victor Sosa
Other than this known defect which could be fixed in the next cordova-ios and tools release, is there any reason that is keeping the project from claiming support on Node v6? This defect seems pretty simple to workaround, remove iOS, remove the plugin and add iOS support again (ugly? yes, but worka

RE: Node v6 support

2016-05-16 Thread Nikhil Khandelwal
The only known issue with Node v6 and Cordova is: CB-11200. The bug breaks uninstallation of plugins with custom frameworks for iOS platform, such as Facebook plugin. This JIRA has been resolved in corodva-ios master. We'll need a release of cordova-ios and a tools release pinning that version