-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error · EPIPE: broken pipe, write #22
Comments
Interesting, do you have the full error log available ? |
|
I have been using my fork but it is pretty much the same. |
I have tried adding the following, but I am not so sure it will work and I have no actual way of testing because it is a very random error that crashes the whole node app.
|
You also forgot to place the windowsHide to your new chcp command
|
I have more news on the
IT DOES NOT WORK. |
Hello, unfortunately I am not able to reproduce the error you have. but could you try those solution: Solution 1:
Solution 2:
Is far as I know, stdio is : stdin, stdout, and stderr |
@deliverymanager any news about this problem ? |
I am running this module periodically on NODE 14.4 and on Windows.
Sometimes I get an unhandled error from the code:
return execSync(command,{windowsHide: true, encoding: 'buffer'});
If possible this error should be handled and not crash the whole node server.
The text was updated successfully, but these errors were encountered: