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

Development Tools

Daniel Breen
Daniel Breen
14,943 Points

Bypassing the Webpack setup (alternative solution)

See my answer below...

1 Answer

Daniel Breen
Daniel Breen
14,943 Points

I'm just putting this here for people getting to this course late like I did. Updates have been made to Webpack and other Node Modules since this course was made. You have two choices:

  1. Figure out what changed and fix it
  2. Finish the quiz at the end of this section, then checkout the tags for section 4. You'll pick up right where the end of this video leaves off.
git clone https://github.com/treehouse-projects/mean-todo.git
cd mean-todo
git checkout tags/s4v1 -b using-mongodb-with-express-and-mongoose
npm install

I hope this saves someone some headache.