Dependency Pinning in Node.js
Briefly

There are more than 1.3 million libraries available in the NPM registry.We don't have to start from scratch.Just install the right library, and it's a piece of cake.Have you ever wondered how these libraries are installed and managed in projects?When you install a library from npm in Node.js, npm will download the package and its dependencies and store them in a local node_modules directory in your project.
Read at Medium
[
add
]
[
|
|
]