Difference between revisions of "Npm login"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
  [[npm]] login
 
  [[npm]] login
 +
 +
npm login
 +
npm WARN adduser `adduser` will be split into `login` and `register` in a future version. `adduser` will become an alias of `register`. `login`
 +
(currently an alias) will become its own command.
 +
npm notice Log in on https://registry.npmjs.org/
 +
Username:
 +
 +
Example file:
 +
registry=https://registry.npmjs.com/
 +
_auth="<token>"
 +
email=<email>
 +
always-auth=true
  
 
== Related ==
 
== Related ==
* <code>[[npm ERR! code]] [[E401]]</code>
+
* <code>[[npm ERR! code E401]]: [[Incorrect or missing password]]</code>
 
* {{login}}
 
* {{login}}
 +
* <code>[[~/.npmrc]]</code>
 +
* <code>[[npm token]]</code>
 +
[[package.json]]
  
 
== See also ==
 
== See also ==
 +
* {{npm login}}
 
* {{npm}}
 
* {{npm}}
  
 
[[Category:NPM]]
 
[[Category:NPM]]

Latest revision as of 10:34, 26 October 2022

npm login
npm login
npm WARN adduser `adduser` will be split into `login` and `register` in a future version. `adduser` will become an alias of `register`. `login` 
(currently an alias) will become its own command.
npm notice Log in on https://registry.npmjs.org/
Username:

Example file:

registry=https://registry.npmjs.com/
_auth="<token>"
email=<email>
always-auth=true

Related[edit]

package.json

See also[edit]

Advertising: