Skip to content

Commit

Permalink
docs(config): State default configuration file affected by `npm confi…
Browse files Browse the repository at this point in the history
…g set` (#7150)

State default configuration file affected by `npm config set`
  • Loading branch information
DanKaplanSES committed Jan 19, 2024
1 parent 44f4518 commit 05c69dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/lib/content/commands/npm-config.md
Expand Up @@ -33,7 +33,8 @@ npm config set key=value [key=value...]
npm set key=value [key=value...]
```

Sets each of the config keys to the value provided.
Sets each of the config keys to the value provided. Modifies the user configuration
file unless [`location`](/commands/npm-config#location) is passed.

If value is omitted, the key will be removed from your config file entirely.

Expand Down

0 comments on commit 05c69dc

Please sign in to comment.