udacity / exoplanet-explorer

Learn more about Exoplanets! (built for Promises course)
Other
149 stars 584 forks source link

Gulp 4 issues #23

Open CarpenterBug opened 4 years ago

CarpenterBug commented 4 years ago

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, the gulpfile.js needs to be updated.

I've tried to fix the gulp.task but I ended up having a similar error for the default task.

Has anyone been able to solve this problem yet? Can you @cameronwp or anyone from Udacity please update this repo?

PraneetDixit commented 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

SincerelyBrittany commented 2 years ago

I also had this problem, any luck?