Kiren S
Kiren S

Reputation: 3097

How a project is installed with npm install command

$ sudo npm install -g phonegap

How phonegap is installed when I run this command.Reason for my doubt is that, we are not mentioning any ip here, then how and from where it grabs the content? consider phone gap is just an example.

I read this but not describes the details.

Upvotes: 0

Views: 145

Answers (1)

Exinferis
Exinferis

Reputation: 687

NPM grabs and installs its packages from www.npmjs.org.

Upvotes: 1

Related Questions