-
Notifications
You must be signed in to change notification settings - Fork 284
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
consuming spawn UV_EACCES errors #1769
Comments
the way I understand |
I believe nodejs/node#26852 is tracking this same issue. |
@TrevTheDev - nodejs/node#27696 is merged into node, does it solve your issue? |
answered, closing |
How should one consume UV_EACCES errors raised using spawn?
Assuming code like this:
ls has an error event, but how should I access this before ls.stdout throws an error?
The text was updated successfully, but these errors were encountered: