-
Notifications
You must be signed in to change notification settings - Fork 598
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
Writing to resumable GCS writestream throws errors #2382
Comments
Thanks for digging through that. This seems to be a fatal combination of allowed dependency versions. In a fresh directory, if I |
Sounds like this commit could be addressing the underlying problem, which was fixed in 3.4.4: mafintosh/duplexify@acf662f Thanks for discovering that-- impressive! PR sent: #2385 |
Thanks for the fast fix! :) |
Environment details
Steps to reproduce
throws these errors:
The error does not happen if the write stream is created with
{resumable: false}
. This is such a simple case to be failing that I feel like I must be doing something wrong...The text was updated successfully, but these errors were encountered: