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

Shehan Dissanayake
Shehan Dissanayake
19,119 Points

Difference Between Package.json and package-lock.json

Can anyone elaborate the difference between package.json and package-lock.json? I was following Andrew Chalkley on npm basics course. He deletes the node_modules folder and use npm install to regenerate it. After that, there are only 3 folders inside his node_modules folders which is bcrypt, nan and colors. But when I did it, it installed a huge bunch of other stuff into my node_modules folder. But i have only 2 dependencies inside my package.json file and when I do "npm install" it automatically generates another JSON file which has so many dependencies. Why is that?

1 Answer