gulpInst.start.apply(gulpInst, toRun);
^
TypeError: Cannot read property 'apply' of undefined
at /usr/local/lib/node_modules/gulp/bin/gulp.js:129:20
at process._tickCallback (internal/process/next_tick.js:61:11)
Seems like gulp.start in general has been deprecated and that's why there's no documentation about it (see issue)
Might need to change the script to install gulp4 since that's what pixel_wrapper uses to build now (fixed vulnerabilities)
yeah fixed by forcing script to install gulp@4.0.0, will add to the activate_wrapper.py script since the standalone Pixel.js uses different dependencies
Seems like
gulp.start
in general has been deprecated and that's why there's no documentation about it (see issue)Might need to change the script to install gulp4 since that's what pixel_wrapper uses to build now (fixed vulnerabilities)