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 Installing Gulp

Martina Carrington
Martina Carrington
15,754 Points

gulp basic

Hi Everybody , i have questions we can use the node cmd or git use the gulp or it's doesn't mateer

1 Answer

It shouldn't matter which terminal/console/command prompt you use, as long as you have Node and npm correctly set up. The 'git bash' is probably the easiest to use as it also gives you access to some commands that are normally only used in Linux/Mac OS X, that Huston uses in his courses, like ls to list files in a directory, etc.

Don't use the 'node.exe` if you're on Windows though, since that is an interactive console or REPL, and is used to run Node/JavaScript code directly.