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

General Discussion

Cristina Rosales
Cristina Rosales
10,929 Points

Updates for how to get this to run (2019)

Hey gang, so I was working through this lesson and kept running into all kinds of errors, mostly due to the fact that Webpack has changed a bit since the recording of this video. dd So in your npm install frenzy you'll want to include @babel/core --and-- "@babel/preset-env" In your .babelrc file you'll want the preset to be "@babel/preset-env"

Then in your webpack.config.js, you'll want to replace 'loaders' with 'rules', and inside the object a few layers in, you'll want to replace 'excludes' with 'exclude'.

Happy hacking!

Steven Parker
Steven Parker
231,007 Points

You've posted this in "General Discussion", there's no reference to what lesson (or even course) you are referring to.

If you create a new question from within the lesson page by using the "get help" button, it will place the question in the correct category and automatically add a button linking to the course. It will also list the question directly on the course page under the "questions" tab.

Then you can delete this question.