Manage the npm configuration files
SynopsisDescriptionnpm config set <key> <value> [-g|--global]
npm config get <key>
npm config delete <key>
npm config list [-l] [--json]
npm config edit
npm get <key>
npm set <key> <value> [-g|--global]
aliases: c
npm gets its config settings from the command line, environment variables, npmrc
files, and in some cases, the package.json
file.
See npmrc for more information about the npmrc files.
See config for a more thorough discussion of the mechanisms involved.
The npm config
command can be used to update and edit the contents of the user and global npmrc files.
Config supports the following sub-commands:
setSets the config key to the value.
If value is omitted, then it sets it to "true".
getEcho the config value to stdout.
listShow all the config settings. Use -l
to also show defaults. Use --json
to show the settings in json format.
Deletes the key from all configuration files.
editOpens the config file in an editor. Use the --global
flag to edit the global config.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4