You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package uses ternary-stream, which uses merge-stream, which isn't supported in gulp 5: gulpjs/gulp#2802
I worked around the issue by switching to a different gulp conditional package, but this package is the most popular by far out of the options I found so wanted to flag it in case someone wanted to update it.
The text was updated successfully, but these errors were encountered:
So we actually ended up just removing all gulp conditional logic in the end (looking to move away from gulp ultimately), but the linked issue suggests ordered-read-streams as a streaming package that doesn't contain the problematic streaming option. Not familiar enough with streaming APIs to know if it would work for this package as a drop-in replacement though.
This package uses
ternary-stream
, which usesmerge-stream
, which isn't supported in gulp 5: gulpjs/gulp#2802I worked around the issue by switching to a different gulp conditional package, but this package is the most popular by far out of the options I found so wanted to flag it in case someone wanted to update it.
The text was updated successfully, but these errors were encountered: