Lines Matching +full:node +full:- +full:gyp
3 \fBnpm\fR - javascript package manager
18 npm is the package manager for the Node JavaScript platform. It puts modules in place so that node …
20 …y of use cases. Most commonly, you use it to publish, discover, install, and develop node programs.
32 The very first thing you will most likely want to run in any node program is \fBnpm install\fR to i…
39 …t dependency using the \fB\fBgit\fR\fR \fI\(lahttps://github.com/git-guides/install-git\(ra\fR com…
41 …node module and requires compiling of C++ Code, npm will use \fBnode-gyp\fR \fI\(lahttps://github.…
55 Local mode is the default. Use \fB-g\fR or \fB--global\fR on any command to run in global mode inst…
61 json: Make a package.json file. See \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(…
63 link: Links your current working code into Node's path, so that you don't have to reinstall every t…
77 …--key val\fR. All keys take a value, even if they are booleans (the config parser doesn't know wha…
81 User Configs: The file at \fB$HOME/.npmrc\fR is an ini-formatted list of configs. If present, it is…
120 \fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR