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 trialCody Swann
1,740 PointsI'm putting in var gulp = require('gulp'); but it's saying, "Cannot find module 'gulp'." Not sure what I'm doing wrong.
var gulp = require('gulp');
var gulp = require('gulp');
5 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
Nicholas Grenwalt
46,626 PointsI'm in the same boat with you Cody. Definitely a bug.
Nicholas Grenwalt
46,626 PointsI contacted support so that they can get the issue resolved for us.
Cody Swann
1,740 PointsThanks Nicholas!
Nicholas Grenwalt
46,626 PointsNo problem Cody. Keep up the coding.
Anna Grais
12,743 PointsSame! :D
Nicholas Grenwalt
46,626 PointsYessss! :D No problem Nathan, thanks for the quick fix. Tell all the Treehouse staff to keep up the great work. Really love the service that you guys provide. Really changes lives.
Nathan Williams
Python Web Development Techdegree Student 6,851 Pointsthanks for the kind words :) our awesome community, and being a small part of helping people change their lives for the better keeps me skipping into work.
Nicholas Grenwalt
46,626 PointsThat's got to feel great. I hope that skipping never stops. I know you guys put a lot of love into this site and it shows. You guys truly make the learning process a lot of fun...even the more challenging parts. Have a great night/morning Nathan and keep up the great work. :)
Tree Casiano
16,436 PointsTree Casiano
16,436 PointsThank you so much Nathan!