We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ac76c commit 69238d8Copy full SHA for 69238d8
docs/lib/content/configuring-npm/npmrc.md
@@ -19,10 +19,10 @@ For a list of available configuration options, see
19
20
The four relevant files are:
21
22
-* per-project config file (/path/to/my/project/.npmrc)
23
-* per-user config file (~/.npmrc)
24
-* global config file ($PREFIX/etc/npmrc)
25
-* npm builtin config file (/path/to/npm/npmrc)
+* per-project config file (`/path/to/my/project/.npmrc`)
+* per-user config file (`~/.npmrc`)
+* global config file (`$PREFIX/etc/npmrc`)
+* npm builtin config file (`/path/to/npm/npmrc`)
26
27
All npm config files are an ini-formatted list of `key = value` parameters.
28
Environment variables can be replaced using `${VARIABLE_NAME}`. For
0 commit comments