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

Bower installed jQuery files not appearing in atom text editor when opened

I've installed jQuery with the use of bower, but when I open it in the atom text editor, the standard files are not there; while within the atom text editor, all I can see is a '.eslintrc.json'. but when I click and open the folder through the desktop, I can see them all there.

Atom text editor view = Directory path : jQuery/dist/.eslintrc.json Desktop view = Directory path: Query/dist/jquery.js jquery.min.js etc...

Could anyone please help me with this..