-
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
Compatibility with gulp 5? #42
Comments
Seems like this has nothing to do with merge-stream if it works in some of your Gulp 5 projects and not others. Could you try creating a minimal reproduction? P.S. - does the destination |
Minimal repro: https://gist.github.com/marekdedic/ba636b4fcbf233d65a63b8c1720b057d Run In the original code, the |
This is not an issue with merge stream. |
I am receiving the same error when updating to gulp 5.0 |
Having the same issue here, after upgrading to Gulp 5. I have a number of I was trying to do one by one, and then in one big It seems that no matter what, if there are 3 items in that src array, it's enough to start triggering this crash. Definitely something related to I might just have to separate all the streams into a big series of many functions, as EDIT - Ah.. just found this - gulpjs/gulp#2802
|
Yes, my solution was to switch to ordered-read-stream as well, recommend to anyone migrating to gulp 5. |
I'm glad to hear there's an easy solution. I don't know for sure if anybody else depends on the |
Thanks. Yeah, it worked for me, by just changing:
to:
(and installing |
Hi,
I recently tried to update to gulp v5 across multiple repositories using
merge-stream
. In most of them, it worked just fine, but I am hitting an issue in scout-handbook/odymaterialy.skauting.cz#12. When I do e.g.gulp copy:local
, it runs the following code:And I get:
The text was updated successfully, but these errors were encountered: