Skip to content

Update Session 2 Theory.md - #95

Open
pratik-garg wants to merge 1 commit into
chetannada:mainfrom
pratik-garg:patch-1
Open

Update Session 2 Theory.md#95
pratik-garg wants to merge 1 commit into
chetannada:mainfrom
pratik-garg:patch-1

Conversation

@pratik-garg

Copy link
Copy Markdown

No description provided.

## Q: What is `NPM`?
A: It is a tool used for package management and the default package manager for Node projects. `NPM is installed when NodeJS` is installed on a machine. It comes with a command-line interface (CLI) used to interact with the online database of NPM. This database is called the NPM Registry, and it hosts public and private 'packages.' To add or update packages, we use the NPM CLI to interact with this database.

It is the default package manager for Node.js, and it is used to:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this documentation looks duplicate of above answer of "What is NPM".

Above answer is itself complete and correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants