Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMariusz Dabrowski
6,132 PointsAm I going crazy here?
Can anybody see what's wrong with my code?
var gulp = require('gulp');
4 Answers
Nathan Williams
Python Web Development Techdegree Student 6,851 PointsHi folks,
Thanks so much for reporting this; it looks like the module load path for nodejs in our Code Challenge backend changed during a recent platform upgrade (update to latest node.js version), which broke the ability of our code evaluation engine to load the required module. I've just deployed a fix for this, which is now live.
Happy coding, and thanks again for the heads up!
Regards,
Nathan W
John McErlain
12,508 PointsI encountered the same problem today. Your code look's typical for 'require' and I had no problem running it on my local machine.
Mariusz Dabrowski
6,132 PointsThanks Jacob Mishkin & John McErlain - do you guys know who I might be able to contact to possibly have the issue resolved?
Jacob Mishkin
23,118 PointsMariusz Dabrowski
6,132 PointsDone, thanks Jacob Mishkin!
Jacob Mishkin
23,118 Pointsanytime!
Jacob Mishkin
23,118 PointsJacob Mishkin
23,118 PointsHey, I'm sorry,but it looks like something is wrong with the challenge not your code. I tried using the set up code from gulp's github account and that didn't work either. I have no idea why the challenge will not pass. Sorry.
I've added the repo from github below on gulp.
gulp on github
I hope this helps.
Huston Hedinger if you have a sec, maybe you have some insight into this issue.