<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> * **Version**: `7.1.0` * **Platform**: `Windows 10` * **Subsystem**: `Events` <!-- Enter your issue details below this comment. --> Hej there, several users have problems with different packages running node 7.1.0 on Windows 10: * https://github.com/mochajs/mocha/issues/2577 * https://github.com/facebook/react-native/issues/10824 * https://github.com/electron/electron/issues/7919 * https://github.com/yeoman/yo/issues/485 * https://github.com/yeoman/yo/issues/486 All of them seem to have the following in common: * It used to work with node 7.0.0 and stopped working with 7.1.0 * A similiar error with different stacktrace: ``` events.js:160 throw er; // Unhandled 'error' event Error: write EINVAL ``` Could you enlighten us? Is it a regression in Node.js? Thanks, Michael
7.1.0Windows 10EventsHej there,
several users have problems with different packages running node 7.1.0 on Windows 10:
All of them seem to have the following in common:
Could you enlighten us? Is it a regression in Node.js?
Thanks, Michael