NPM is the module manager of Node and is extremely powerful. It is one of the important reasons for Node's success.Because of NPM, we can install modules that others have written by just one line of command.$ npm install This article describes the
Chapter Catalogue
Overview
Name
Version
Description
Keywords
Homepage
Bugs
License
User-related properties: Author, contributors
Files
Main
Bin
Mans
Directories
Directories.lib
Directories.bin
At the Jsconf conference in 2009, a young programmer named Ryan Dahl showed people a project he was working on, a JavaScript platform based on the Google V8 engine, which provided a set of event loops and low IO application programming interfaces
node. js npm Details One, NPM introductionInstall NPM Please read the predecessor's article, very detailed introduction.The full name of NPM: Node package Manager.(1) Popular understandingIn fact, you can literally understand what this product does,
Nodejs npm package. json Chinese document, nodejspackage. json
Introduction
This document provides all necessary configurations in package. json. It must be a real json object instead of a js object.
Many of the actions described in this document
NPM is a package management tool that is installed with Nodejs to address many of the issues in Nodejs code deployment, with the following common usage scenarios:
Allows users to download third-party packages written by others from the NPM
Brief introduction
This document has the necessary configuration in all Package.json. It must be real json, not a JS object.
Many of the behaviors described in this document are affected by Npm-config (7).
Default value
NPM sets some default
Engineering Catalogue
Having learned the above knowledge, we can now complete the planning of a project directory. As an example of writing a command-line program, we typically provide both command-line and API patterns, and we use a three-party
Recently while there is time to translate NPM guide, using Markdown typesetting, the first translation of many are in accordance with their own understanding of the meaning, there may be a lot of words are not exact place, but still hope to see the
NPM Scripts part 2Objectives and OutcomesIn this exercise you'll learn to build a distribution folder containing the files that can is deployed on a Web server H Osting your project. This distribution folder would is built from your project files
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.