Open CarpenterBug opened 4 years ago
@MADPT I also have the same problem. I tried to fix every gulp.task
and then I got the same error with reference to the line containing require('web-component-tester').gulp.init(gulp)
. I am using gulp 4.0.2
I also had this problem, any luck?
Using the initial dependencies, I got an error that, according to some reason, is related incompatibilities between versions of packages.
I've updated all dependencies and I'm facing another error
AssertionError [ERR_ASSERTION]: Task function must be specified
. Apparently, updating from Gulp 3 to 4, thegulpfile.js
needs to be updated.I've tried to fix the
gulp.task
but I ended up having a similar error for thedefault
task.Has anyone been able to solve this problem yet? Can you @cameronwp or anyone from Udacity please update this repo?