Lines Matching +full:user +full:- +full:config
3 \fBnpmrc\fR \- The npm config files
6 npm gets its config settings from the command line, environment
9 The \fBnpm config\fP command can be used to update and edit the contents
10 of the user and global npmrc files\.
12 For a list of available configuration options, see npm help config\.
18 per\-project config file (/path/to/my/project/\.npmrc)
20 per\-user config file (~/\.npmrc)
22 global config file ($PREFIX/etc/npmrc)
24 npm builtin config file (/path/to/npm/npmrc)
28 All npm config files are an ini\-formatted list of \fBkey = value\fP
34 prefix = ${HOME}/\.npm\-packages
38 Each of these files is loaded, and config options are resolved in
64 .SS Per\-project config file
68 config values specific to this project\.
76 \fBnpm install \-g\fP\|\.
77 .SS Per\-user config file
81 .SS Global config file
84 This file is an ini\-file formatted list of \fBkey = value\fP parameters\.
86 .SS Built\-in config file
100 npm help config
102 npm help config