--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # npm logout > Logout of the registry user account. > See also: `npm login` for logging in. > More information: . - Logout of the registry user account: `npm logout` - Logout using a custom registry: `npm logout --registry={{registry_url}}`