Updated from a stub to give basic info (#29726)
* Updated from a stub to give basic info * fix: removed all of stub info
This commit is contained in:
committed by
Randell Dawson
parent
108cc42b5d
commit
c4c8de1c20
@ -3,11 +3,5 @@ title: Managing Packages with NPM
|
|||||||
---
|
---
|
||||||
## Managing Packages with NPM
|
## Managing Packages with NPM
|
||||||
|
|
||||||
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/mathematics/quadratic-equations/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
|
|
||||||
|
|
||||||
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
|
|
||||||
|
|
||||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
||||||
|
NPM stands for Node Package Manager. It is a Package Manager bundled with Node.js. A Package bundles code in a manner that makes it easy to plugin or install the application or software contained within the package. There are many package managers, such as APT, Yarn, and NPM, that perform operations related to installing and configuring software packages to work on the system that the package manager is installed on. NPM is vital to Node, as it allows for easy management of Middleware such as Express.
|
||||||
#### More Information:
|
|
||||||
<!-- Please add any articles you think might be helpful to read before writing the article -->
|
|
||||||
|
Reference in New Issue
Block a user