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 trialMartina Carrington
15,754 Pointsgulp 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
Iain Simmons
Treehouse Moderator 32,305 PointsIt 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.