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) Developing Express Apps Like a Boss Adding Routes to the App

Jacob Horn
Jacob Horn
9,255 Points

Adding mock folder

I'm running into issues when attempting to use the follow along teacher's notes:

git clone https://github.com/hdngr/treehouse-express-basics.git express-basics cd express-basics npm install git checkout addingRoutesToTheApp

attempting to clone causes an error regarding an already existing express-basics file that is not empty, while skipping to checkout aborts the command due to the other files being potentially overwritten.

Did I skip a step here, or should I simply delete the existing project and start fresh from the git clone on this video? Thanks for the help!