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 trial

JavaScript Gulp Basics Improving your Gulp Task Pipelines Where to next?

After following the instructions in the repo, when I run `gulp` all that happens is it changes directory to the gulp dir

The gulp command isn't running as in the video, it's just changing the directory to the gulp directory. This is after following all of the directions in the repo.

Running gulp build does work.

I am getting the following warning, also (which probably shouldn't matter):

[10:38:36] Warning: gulp version mismatch:
[10:38:36] Global gulp is 3.9.0
[10:38:36] Local gulp is 3.8.11

2 Answers

I had the same issue and fonts errors out which makes build quit for me.

Kamaal Farah
Kamaal Farah
15,373 Points

Try npm install gulp@3.9.0 --save or whatever version you want to match it to.