From a6279ba6b2a6d23b9892cefa804f863e0ead8667 Mon Sep 17 00:00:00 2001 From: Rabeeh Ebrahim Date: Thu, 26 Jan 2023 11:35:36 +0530 Subject: [PATCH] Fixed typo in line number 109 changed nmp into npm. --- 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)