Difference between revisions of "Npm config"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  [[npm config]]
 
  [[npm config]]
 
  [[npm config --help]]
 
  [[npm config --help]]
 +
 +
[[npm config set]]
 +
[[npm config list]]
  
  

Revision as of 08:14, 26 October 2022

npm config
npm config --help
npm config set
npm config list


npm config
npm ERR! code EUSAGE
npm ERR!
npm ERR! Usage: npm config
npm ERR!
npm ERR! Manage the npm configuration files
npm ERR!
npm ERR! Usage:
npm ERR! npm config set <key>=<value> [<key>=<value> ...]
npm ERR! npm config get [<key> [<key> ...]]
npm ERR! npm config delete <key> [<key> ...]
npm ERR! npm config list [--json]
npm ERR! npm config edit
npm ERR!
npm ERR! Options:
npm ERR! [--json] [-g|--global] [--editor <editor>] [-L|--location <global|user|project>]
npm ERR! [-l|--long]
npm ERR!
npm ERR! alias: c
npm ERR!
npm ERR! Run "npm help config" for more info

npm ERR! A complete log of this run can be found in:


Related

See also

Advertising: