-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Cryptic error when no java installed #76
Labels
Comments
You're absolutely right, I'll try to add this soon, that error (thrown by node.js) is not helpful in the slightest. |
this should have been added into v0.4.1. Could you please check and if it's still there, re-open this? |
Nope, I still get the same error in v0.4.2. I also don't have the permission to open this issue. |
Sorry, this ought to do it. It will be in npm soon also. |
Now it works (v0.4.4)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I configured nightwatch to manage the selenium server like this:
and then I ran the following shell script without arguments:
It gave me the following output
It took me a while to figure out that java wasn't installed on my machine. It would be great if nightwatch displayed an error like "java not found".
The text was updated successfully, but these errors were encountered: