-
Notifications
You must be signed in to change notification settings - Fork 739
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
Consider erroring loudly on node < 14 #4090
Comments
Node 10+ is meant to be supported, what errors have you seen? |
Ok so actually this was a bug in an older version of node 10 nodejs/node#25265, which returned non windows path and caused comparaison to fail. using the latest node 10 resolve it. Have to figure out which version this was solved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've had a number of internal uses crash or have incorrect behavior with node 10 installed.
Could we bump the node check to yell if < 14?
The text was updated successfully, but these errors were encountered: