Skip to content

Commit

Permalink
docs: project npmrc is not read in global mode
Browse files Browse the repository at this point in the history
Fixes npm#8036

PR-URL: npm#8917
  • Loading branch information
espadrine authored and iarna committed Jul 17, 2015
1 parent 7caf373 commit 2b39c8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/files/npmrc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b39c8f

Please sign in to comment.