-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write EINVAL "Unhandled 'error' event" on Windows 10 with Node 7.1.0 #2577
Comments
Hmm... So, this is an error calling |
I'm not doing anything apart from the steps mentioned above - install mocha, create empty file, run mocha. |
I realized, that the output in OP was from mocha 2.5.3. I have updated the OP with output from mocha 3.1.2. |
Have it error on Windows 10 with Node v7.1.0 (mocha 2.5.3/3.1.2) |
This error in others projects |
I filed an issue in the Node.js repo: nodejs/node#9542 Please head over there in case you have any additional (and useful) information to share. |
Reverting to LTS node version 6.9.1 solves the issue. |
Thanks everyone for being one step ahead on this! |
Hello all,
New to mocha here. I have
npm install mocha --save-dev
. I have a folder namedtest
with an empty filemessages.js
. If I runmocha
, I get the following error:Mocha 3.1.2
Mocha 2.5.3
Windows 10
Node v7.1.0
Any ideas what could be causing this?
The text was updated successfully, but these errors were encountered: