Npm config --help

From wikieduonline
Jump to navigation Jump to search
npm config --help
Manage the npm configuration files

Usage:
npm config set <key>=<value> [<key>=<value> ...]
npm config get [<key> [<key> ...]]
npm config delete <key> [<key> ...]
npm config list [--json]
npm config edit

Options:
[--json] [-g|--global] [--editor <editor>] [-L|--location <global|user|project>]
[-l|--long] 

alias: c

Run "npm help config" for more info


Advertising: