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.
npm config set
1 parent 44f4518 commit 05c69dcCopy full SHA for 05c69dc
docs/lib/content/commands/npm-config.md
@@ -33,7 +33,8 @@ npm config set key=value [key=value...]
33
npm set key=value [key=value...]
34
```
35
36
-Sets each of the config keys to the value provided.
+Sets each of the config keys to the value provided. Modifies the user configuration
37
+file unless [`location`](/commands/npm-config#location) is passed.
38
39
If value is omitted, the key will be removed from your config file entirely.
40
0 commit comments