-
Notifications
You must be signed in to change notification settings - Fork 51
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
Explain missing nodeJS error better (v2) #4124
Conversation
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
build 6701 SUCCEEDED. |
build 6699 SUCCEEDED. |
Test workflow 5902 is started. |
Test workflow 5903 is started. |
Signed-off-by: 1000TurquoisePogs <[email protected]>
build 6702 SUCCEEDED. |
Test workflow 5904 is started. |
build 6706 SUCCEEDED. |
Test workflow 5908 is started. |
If you configure "node.home" wrong, you will likely encounter
This has time and time again caused people to believe the problem is "zowe.setup.dataset.prefix" when it isnt.
With this change, it will now print:
ZWEL0157E still is printed, because of how this read_yaml function is called, doing an
exit
wont stop execution. So, the first message at least warns about the second.Fixes #3426 for v2