NPM, package management
NPM is the package manager for JavaScript. It lets you install and manage libraries that other developers have built.
Let's understand package.json, package-lock.json, and how to work with external libraries.
Members only
4 minutes readSo far, you've been writing everything from scratch. But the JavaScript ecosystem has thousands of libraries built by other developers β and NPM is how you install and manage them.
This lesson covers package.json, package-lock.json, and how to work with external libraries in your projects.
Oh no! π±
This lesson isnβt available just yet.
Take a look at the status badges next to each lesson in the sidebar to see when itβs coming out.
Thanks for your patience! π