code-warrior/gulp-template-for-html-css-sass-js

Fix gulp serve error

Closed this issue · 1 comments

Update the package.json gulp dependency from:

"gulp": "^4.0.0",

to:

"gulp": "^4.0.2",

in order to be able to access all tasks inside of the gulpfile.

Indeed, the refactor is updating gulp and all modules to the most recent version. Stay tuned…