Files
tldr/pages/common/npm-logout.md
2024-11-17 20:32:55 +05:30

14 lines
297 B
Markdown

# npm logout
> Log out of the registry user account.
> See also: `npm login` for logging in.
> More information: <https://docs.npmjs.com/cli/commands/npm-logout>.
- Log out of the registry user account:
`npm logout`
- Log out using a custom registry:
`npm logout --registry={{registry_url}}`