Roadmap to becoming a developer in 2022
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
Fixed the issue of npx link broken. (#3013)
2 years ago
..
100-npx.md Fixed the issue of npx link broken. (#3013) 2 years ago
101-global-install-vs-local-install.md Add node.js content (#1937) 2 years ago
102-updating-packages.md Fix typos (#2478) 2 years ago
103-using-packages.md Add content for how to use packages (#2073) 2 years ago
104-running-scripts.md Added content to the Running Scripts in Node.js - npm (#2294) 2 years ago
105-npm-workspaces.md Node.js docs (#2019) 2 years ago
106-creating-packages.md Node.js docs (#2019) 2 years ago
readme.md Resources added for npm (#1625) 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