Cli problem gulpjs/gulp.git#4.0

After installing gulpjs/gulp.git#4.0 ionic cli commands don’t work anymore, due to the changes to the task parameters. Is there an Ionic CLI that is compatible with this gulp version ?

I like this new gulp version for the gulp.series() and gulp.parallel() apis

Thanks
Greg

I don’t think the Ionic CLI has been dependent on gulp for some time now.

Apparently for the hooks it is…

Hmm. Maybe you could try this PR.

Nice ! For now I modified cli.js and commented out the hooks code beacuse I don’t use it for the current project anyway…

Thanks !