Nodejs NPM Install differences between global and local installations

Source: Internet
Author: User

NPM package installation is divided into local installation (locally), the global installation of two, from the command line to see, the difference is only G-only, such as:

-G GRUNT-CLI # Global Installation:

explained separately below.

1. When NPM installs 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".

Use NPM config get prefix to get the current set of directories.

2. NPM Install XXX, download the module to the directory where the current command line is located.

For example:

C \123>npm Install XXX

will be installed to

C:\123\node_modules\xxx

This approach is obviously not good, so it is common to use the global installation of a unified installation of a directory, which is easy to manage, the structure is clear and can be reused.

Nodejs NPM Install differences between global and local installations

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.