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 trialJeremy Roby
10,029 PointsGulp not running in my console
I am currently starting gulp basics course but, as usual, I can't get my code to run like the example in the videos. Whenever I use "gulp hello" it doesn't do anything in the console view. Instead, it just returns me to my gulp.js file in my text editor. I am using Brackets text editor and a Windows computer. Is this a common problem or am I missing something?
1 Answer
Tatiana Vasilevskaya
Python Web Development Techdegree Graduate 28,600 PointsTo be sure that you have gulp installed, you can try which gulp command in the terminal. Then to use simply gulp hello you need to rename gulp.js into gulpfile.js. If that doesn't help, it would be helpful if you provided any output you get in the terminal with some more details.
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsThanks Tatiana I finally managed to make it work.
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsChristopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsHi Jeremy I am getting the same issue did you finally solve this, and if so how? I have looked through the other questions there is none that offers a solution. Cheers. I am now tempted to just proceed with the videos.