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 trialJeff Chiu
465 PointsInstalling .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
56,413 PointsFiles 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
465 PointsI see. Thank you for letting me know.
Growth Acceleration
23,318 PointsI'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
24,174 Pointsls -al
In terminal to view all files including hidden and those starting with a period/dot.
Prati Bar
1,003 PointsI downloaded the source files exactly and try to follow the instructions from the video but was not successful. Are the instructions provided anywhere else.
Raul Aguirre
Full Stack JavaScript Techdegree Graduate 18,719 Pointsseems there is an issue with the starter files for this video