From c4c8de1c20556a81c1ecd4c01602f91f3dfbe180 Mon Sep 17 00:00:00 2001 From: alittlepickle <40465967+alittlepickle@users.noreply.github.com> Date: Sun, 26 May 2019 09:52:43 +0530 Subject: [PATCH] Updated from a stub to give basic info (#29726) * Updated from a stub to give basic info * fix: removed all of stub info --- .../managing-packages-with-npm/index.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/index.md b/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/index.md index fde045169d..1e2d969818 100644 --- a/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/index.md +++ b/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/index.md @@ -3,11 +3,5 @@ title: Managing Packages with NPM --- ## Managing Packages with NPM -This is a stub. Help our community expand it. - -This quick style guide will help ensure your pull request gets accepted. - - -#### More Information: - +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.