Skip to content

Commit 44f4518

Browse files
authored
docs: Link to the config command in the npm configuration description (#7149)
When you are trying to learn about `npm config`, a search engine is likely to bring you here instead. If you arrived under those conditions, this link takes you to your intended destination.
1 parent dd5699f commit 44f4518

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/lib/content/using-npm/config.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ description: More than you probably want to know about npm configuration
66

77
### Description
88

9+
This article details npm configuration in general. To learn about the `config` command,
10+
see [`npm config`](/commands/npm-config).
11+
912
npm gets its configuration values from the following sources, sorted by priority:
1013

1114
#### Command Line Flags

0 commit comments

Comments
 (0)