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 Building Applications with React and Redux Getting Started with Redux Redux Initial Setup - Dev Dependencies

Jeff Chiu
Jeff Chiu
465 Points

Installing .babelrc in the folder

I open the get started zip files and I don't see the .babelrc and .eslintrc script

6 Answers

Seth Kroger
Seth Kroger
56,413 Points

Files beginning with a dot are usually hidden by default on most systems, but should be visible in the editor's file chooser. As long as you are editing straight from the extracted files or you moved/copied the whole folder there shouldn't be an issue. If you moved/copied the individual files from the folder there can be since the dot-files wouldn't be selected.

Jeff Chiu
Jeff Chiu
465 Points

I see. Thank you for letting me know.

I'm using npm 3.10.9, when I run the npm install --save redux react-redux it does not create the files, any problem or missing package I need? Thanks

Tom Geraghty
Tom Geraghty
24,174 Points
ls -al

In terminal to view all files including hidden and those starting with a period/dot.

Prati Bar
Prati Bar
1,003 Points

I downloaded the source files exactly and try to follow the instructions from the video but was not successful. Are the instructions provided anywhere else.

seems there is an issue with the starter files for this video