BrowserSync throws aggregate Error with Gulp 5/Node.js v.20
I am attempting to rebuild my gulpfile.js
after upgrading to Gulp 5 and the most recent stable version of Node.js (20.11.1). The gulpfile below works just fine with Node.js version 16.14.0, but is broken after around v.18. I get a message that says “aggregateerror” which I cannot figure out how to debug. I have Googled the crap out of this, but to no avail. Any help is greatly appreciated. Here is my gulpfile: