Difference between revisions of "Npm config"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == See also == * {{npm}} Category:npm")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lowercase}}
  
 +
[[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 ==
 +
* <code>[[$HOME/.npmrc]]</code>
 +
* <code>[[npm ls]] --par</code>
 +
* [[npm install config]]
  
 
== See also ==
 
== See also ==
 +
* {{npm config}}
 
* {{npm}}
 
* {{npm}}
  
 
[[Category:npm]]
 
[[Category:npm]]

Latest revision as of 08:41, 25 April 2023

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[edit]

See also[edit]

Advertising: