The build instructions are out of date : - `gulpfile.js` is in GulpV3 format - devdependecies specify ` "gulp": "^3.9.1",` This caused Gulp 4.x to be installed via the instructions which throws all sorts of errors, especially on newer NodeJs versions.
The build instructions are out of date :
gulpfile.jsis in GulpV3 format"gulp": "^3.9.1",This caused Gulp 4.x to be installed via the instructions
which throws all sorts of errors, especially on newer NodeJs versions.