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 Express Basics (2015) Getting Started with Express Install Express.js

josue exhume
josue exhume
20,981 Points

install express.js error

im trying to follow along with the video, i have a windows computer when i input

git clone https://github.com/hdngr/treehouse-express-basics.git

into the terminal i get a response saying that

'git' is not recognized as an internal or external command,
operable program or batch file.

any help as to what i can do? it seems that treehouse favors MAC users. im guessing maybe it has to do with the command, i know that some commands on the windows is different for the MAC

2 Answers

Colin Marshall
Colin Marshall
32,861 Points

Looks like you don't have Git installed, or it's not in your path. Download and install Git for Windows and try to run the command again.

josue exhume
josue exhume
20,981 Points

yah that was the problem lol, i was just about to post that i found the answer, you beat me to it. lol thank you

Colin Marshall
Colin Marshall
32,861 Points

No problem! Good job figuring it out on your own!