Current package.json reference a gulp version that's not available anymore.
Moving to gulp 4 requires sone changes to gulpfiles.js:
- returning explicitly from async tasks
- use of gulp.series()
- moving browsers "constraints" to .browserlistsrc

BTW... for all the people trying to test this on D9

https://www.drupal.org/project/zurb_foundation/issues/2920472
https://www.drupal.org/project/zurb_foundation_companion

but zurb_foundation_companion can not be installed on D9

CommentFileSizeAuthor
gulp-update.patch1.84 KBivansb@drupal.org

Comments

ivanSB@drupal.org created an issue. See original summary.

florismoriceau’s picture

Hello,

Is there a reason that you did not update the STARTER/package.json file with the updated versions of gulp and its dependencies?

ivansb@drupal.org’s picture

No, I've found other issues on the way to try to use zurb #3160158 so I didn't have a chance to stumble on the problem and correct it.

Furthermore I didn't even try to check what's the latest version of various dependencies that makes everything work.
I remember I had issues with the latest gulp so I just picked up 4.0.0 and no restrictions on other dependencies and that made things work.

I don't expect any issue fixing STARTER/package.json the same way but I was unable to test.

sim_1’s picture

Status: Needs review » Closed (outdated)

I believe all the gulp build process are updated now as a part of #3109917: Upgrade to Foundation 6.7.4.