summaryrefslogtreecommitdiff
path: root/deps/npm/doc/files/npmrc.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/files/npmrc.md')
-rw-r--r--deps/npm/doc/files/npmrc.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/npm/doc/files/npmrc.md b/deps/npm/doc/files/npmrc.md
index 4d068efc8..8aab60aff 100644
--- a/deps/npm/doc/files/npmrc.md
+++ b/deps/npm/doc/files/npmrc.md
@@ -52,6 +52,9 @@ running npm in. It has no effect when your module is published. For
example, you can't publish a module that forces itself to install
globally, or in a different location.
+Additionally, this file is not read in global mode, such as when running
+`npm install -g`.
+
### Per-user config file
`$HOME/.npmrc` (or the `userconfig` param, if set in the environment