Nodejs NPM install-g The difference between global and Non-global installations __JS

Source: Internet
Author: User

1. When npm install XXX-G, the module will be downloaded and installed into the global catalog.

The global catalog is set by the NPM config set prefix directory path.

For example, when we use NPM install-g Express to install the Express framework, we can open the console in one of our computers and use express MVC directly to create the project, or we will encounter "express" is not an internal or external command and is not a running program "error.

2. NPM Install xxx is the download module to the directory where the current command line resides.

For example:

C:\123>NPM Install XXX

will be installed to

C:\123\node_modules\xxx

Original link: http://www.cnblogs.com/rubylouvre/p/3423064.html

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.