From fca2f326ea749578e970c01f5c0121abe2513320 Mon Sep 17 00:00:00 2001 From: Vansh <77226791+Vansh1190@users.noreply.github.com> Date: Sun, 5 Feb 2023 06:49:28 +0530 Subject: [PATCH] Update 03_setting_up.md --- 03_Day_Setting_Up/03_setting_up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_Day_Setting_Up/03_setting_up.md b/03_Day_Setting_Up/03_setting_up.md index 249de63..bcd899f 100644 --- a/03_Day_Setting_Up/03_setting_up.md +++ b/03_Day_Setting_Up/03_setting_up.md @@ -106,7 +106,7 @@ A Package is a module or a collection of modules. For instance, React, ReactDOM ## Node Package Manager(NPM) -NPM was created in 2010. You do not need to install NPM separately - when you install node you will have also NPM. NPM is a default package manager for Node.js. It allows users to consume and distribute JavaScript modules that are available in the registry. NPM allows to create packages, use packages and distribute packages. NMP also played quite a big role in the growth of JavaScript. Currently, there is more than 350,000 packages in the NPM registry. Let's see the create-react-app on NPM registry. The number of downloads show the popularity of the package. +NPM was created in 2010. You do not need to install NPM separately - when you install node you will have also NPM. NPM is a default package manager for Node.js. It allows users to consume and distribute JavaScript modules that are available in the registry. NPM allows to create packages, use packages and distribute packages. NPM also played quite a big role in the growth of JavaScript. Currently, there is more than 350,000 packages in the NPM registry. Let's see the create-react-app on NPM registry. The number of downloads show the popularity of the package. ![NPM create-react-app](../images/npm_registry.png)