Closed noahbass closed 4 years ago
Gulp v3 is no longer supported (https://github.com/gulpjs/gulp/issues/2324#issuecomment-486435312) and won't even run on Node.js v12.0.0 and newer.
Update this project to Gulp v4 (update in package.json and modify the bin/build.js and bin/developBuild.js files).
bin/build.js
bin/developBuild.js
Gulp v3 is no longer supported (https://github.com/gulpjs/gulp/issues/2324#issuecomment-486435312) and won't even run on Node.js v12.0.0 and newer.
Update this project to Gulp v4 (update in package.json and modify the
bin/build.js
andbin/developBuild.js
files).