What is npm?
npm (Node Package Manager) is the default package manager for Node.js. It helps you manage and install open-source packages (libraries and tools) that extend your app’s functionality.
- Comes installed with Node.js
- Over 1 million packages in the npm registry
- Used to manage dependencies and scripts