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 Welcome to Gulp.js Your First Gulp Task

Ryan Doran
Ryan Doran
7,815 Points

gulp hello - starting 'hello' but not finishing it

This is what happens when I run - " gulp hello "

[11:21:09] Using gulpfile ~/github/treehouse-gulp-basics/gulpfile.js
[11:21:09] Starting 'hello'...
Hello!
[11:21:09] The following tasks did not complete: hello
[11:21:09] Did you forget to signal async completion?
...

1 Answer