computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Atharva Hinge
84c7a05e88
|
2 years ago | |
---|---|---|
.. | ||
100-npx.md | 2 years ago | |
101-global-install-vs-local-install.md | 2 years ago | |
102-updating-packages.md | 2 years ago | |
103-using-packages.md | 2 years ago | |
104-running-scripts.md | 2 years ago | |
105-npm-workspaces.md | 2 years ago | |
106-creating-packages.md | 2 years ago | |
readme.md | 2 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