trying to run my gulp file which was working previously:
lospec@lospec-stage-pre-gallery-beta-update-s-2vcpu-2gb-nyc3-01:~/htdocs$ gulp all
/usr/lib/node_modules/gulp/bin/gulp.js:129
gulpInst.start.apply(gulpInst, toRun);
^
TypeError: Cannot read properties of undefined (reading 'apply')
at /usr/lib/node_modules/gulp/bin/gulp.js:129:20
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
Node.js v18.12.0
I would post the code that's causing it, but it's not even giving me a line number so I have no idea where to even start...