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 npm Basics (retiring) Installing Packages with npm Managing Dependencies in the package.json File

Craig Peckett
Craig Peckett
10,531 Points

After I delete my node modules folder and do an npm install it just adds the folder back in again?

Hi guys,

I am working through this workspace on atom and I have managed to add bcrypt and colors to my dependencies and mocha to my dev dependecies. The node app file runs and the console logs the message in green. When I delete the node modules folder it stops working as expected but when I do an npm install it just adds the node modules folder back in again but I noticed on andrews it doesn't?

1 Answer

Cooper Runstein
Cooper Runstein
11,850 Points

I believe it just didn't update in his workspace. npm install's core functionality is installing to the node modules directory, and it will create one if it doesn't exist.