computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
|
2 years ago | |
---|---|---|
.. | ||
100-npx.md | 2 years ago | |
101-global-install-vs-local-install.md | 3 years ago | |
102-updating-packages.md | 3 years ago | |
103-using-packages.md | 3 years ago | |
104-running-scripts.md | 3 years ago | |
105-npm-workspaces.md | 3 years ago | |
106-creating-packages.md | 3 years ago | |
readme.md | 3 years ago |
readme.md
npm
npm is the standard package manager for Node.js.
It is two things: first and foremost, it is an online repository for the publishing of open-source Node.js projects; second, it is a command-line utility for interacting with said repository that aids in package installation, version management, and dependency management. A plethora of Node.js libraries and applications are published on npm, and many more are added every day
Free Content What is npm? An introduction to the npm package manager Official Website Official Documentation NPM Crash Course