Fix gulp serve error
Closed this issue · 1 comments
rrliang commented
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.
code-warrior commented
Indeed, the refactor is updating gulp and all modules to the most recent version. Stay tuned…