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
The example in the documentation may not be compatible with Gulp 5 and the merge2 package. It should be replaced with merge-stream instead. The merge2 package only works with Gulp 4. With Gulp 5, the merge2 package throws the following error Error: Writable stream closed prematurely while running this example:
Hey,
The example in the documentation may not be compatible with Gulp 5 and the
merge2
package. It should be replaced withmerge-stream
instead. Themerge2
package only works with Gulp 4. With Gulp 5, themerge2
package throws the following errorError: Writable stream closed prematurely
while running this example:This might be confusing for some developers since most of us run
npm install gulp
, which installs the latest version by default. Hope this helps!The text was updated successfully, but these errors were encountered: