-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Nightmare crashes Node on Windows 10 #1476
Comments
I think it has something to do with the latest nodejs version. I downgraded from v10.6.0 to 10.5.0 and everything works now. |
Not fixed in nodejs v10.7.0. Error just moved 1 line
|
Same error. |
Not fixed in Node 10.8.0 |
Not fixed in Node 10.9.0 |
I agree with @ljmerza - it has something to do with some change in Node v10.6.0. Temp. solution: I uninstalled v10.7.0 and installed v10.5.0, and it just worked. Hope it helps. Thank you. |
You can also try installing the latest LTS version of node 8.x |
Fixed in Node 10.13.0 Had the same problem with nigthmare 2.10 and node 10.6 |
Hi! Since this morning, my Nightmare projects says:
Things that I tried to solve it to no avail:
It all ends up with the same problem. I tried on a Linux machine and it works fine. It's just here on my Windows 10 box that it happens. Also doens't happen on my other Node projects, those which don't use Nightmare.
I'm using the latest stable versions of Node (10.6.0) and Nightmare (3.0.1).
Thanks for any help.
The text was updated successfully, but these errors were encountered: