snippetbashTip
npm logout — Log out of the registry user account. See also: `npm login`. More information: <https://docs.npmjs.c
Viewed 0 times
theregistrycommandnpm logoutclilogoutuser
Problem
How to use the
npm logout command: Log out of the registry user account. See also: npm login. More information: <https://docs.npmjs.com/cli/npm-logout/>.Solution
npm logout — Log out of the registry user account. See also: npm login. More information: <https://docs.npmjs.com/cli/npm-logout/>.Log out of the registry user account:
npm logoutLog out using a custom registry:
npm logout --registry {{registry_url}}Code Snippets
Log out of the registry user account
npm logoutLog out using a custom registry
npm logout --registry {{registry_url}}Context
tldr-pages: common/npm logout
Revisions (0)
No revisions yet.