Nodejs and NPM's relationship "turn"

Source: Internet
Author: User

node. JS is a running environment for JavaScript and is an encapsulation of the Google V8 engine. is a server-side JavaScript interpreter.


Include relationship:

Nodejs contains NPM, for example you install Nodejs, you open cmd input npm-v will find NPM version number, stating that NPM has been installed.

Summary of the Great God:

In fact, NPM is Nodejs's package manager. When we developed on node. JS, we used a lot of JavaScript code that someone else had written,
If every time we need someone else's code, all search by name, download source, unzip, then use, will be very troublesome.

Then there is the guarantee manager NPM:

Everyone to write their own source code to the NPM online, if you want to use some or some, directly through the NPM installation can be, do not care where the source code.
And if we're going to use Module A, and module A is dependent on module B, and Module B is dependent on modules C and D, then NPM will
Download all dependent packages and manage them. Imagine how troublesome it would be to do all this work on our own!

Nodejs and NPM's relationship "turn"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.