Problem/Motivation

Gulp 5 is out, here is a good article explaining all changes and breaking changes https://medium.com/gulpjs/announcing-gulp-v5-c67d077dbdb7. It looks update should be relatively easy, we should try this sooner then later.

Comments

pivica created an issue. See original summary.

pivica’s picture

Issue summary: View changes
andjela_zoric’s picture

I've updated custom theme to Gulp 5.0.0 and I've got the next error when executing npx gulp sass inside of ddev.

The following tasks did not complete: sass
Did you forget to signal async completion?
/var/www/html/web/themes/contrib/[theme_name]/node_modules/streamx/index.js:255
    if (this.pipeTo !== null) throw new Error('Can only pipe to one destination')
Error: Can only pipe to one destination
    at ReadableState.pipe (/var/www/html/web/themes/contrib/[theme_name]/node_modules/streamx/index.js:255:37)
    at Transform.pipe (/var/www/html/web/themes/contrib/[theme_name]/node_modules/streamx/index.js:696:25)
    at resumer (/var/www/html/web/themes/contrib/[theme_name]/node_modules/stream-exhaust/index.js:12:12)
    at asyncRunner (/var/www/html/web/themes/contrib/[theme_name]/node_modules/async-done/index.js:65:11)
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

Node.js v18.19.0
pivica’s picture

Version: 8.x-1.x-dev » 2.x-dev

Let's move this to next version.

pivica’s picture

@andjela_zoric can we get a pull request for this if you still have some code changes for this?