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

Erik L
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Erik L
Full Stack JavaScript Techdegree Graduate 19,470 Points

node modules?

so I just finished watching this video, https://teamtreehouse.com/library/managing-dependencies-in-the-packagejson-file, when I look into my computer files I found 6 folders with the name node modules, is that normal? I am still trying to understand the way node modules is supposed to work..

1 Answer

Zack Jackson
Zack Jackson
30,220 Points

The node modules folder should be contained within each of your projects directories. Each project will have its own node modules folder that will contain the third party packages that are used in the project.

It’s basically just a folder with a whole bunch of dependencies for the project.