|
@@ -1,17 +1,17 @@
|
|
|
# npm login
|
|
|
|
|
|
-> Login to a registry user account.
|
|
|
+> Log in to a registry user account.
|
|
|
> See also: `npm logout` for logging out.
|
|
|
> More information: <https://docs.npmjs.com/cli/commands/npm-login>.
|
|
|
|
|
|
-- Login to a registry user account and save the credentials to the `.npmrc` file:
|
|
|
+- Log in to a registry user account and save the credentials to the `.npmrc` file:
|
|
|
|
|
|
`npm login`
|
|
|
|
|
|
-- Login using a custom registry:
|
|
|
+- Log in using a custom registry:
|
|
|
|
|
|
`npm login --registry={{registry_url}}`
|
|
|
|
|
|
-- Login using a specific authentication strategy:
|
|
|
+- Log in using a specific authentication strategy:
|
|
|
|
|
|
`npm login --auth-type={{legacy|web}}`
|