2025-03-14 21:59:59 -06:00
|
|
|
# npm whoami
|
|
|
|
|
|
|
|
|
|
> Display npm username.
|
|
|
|
|
> More information: <https://docs.npmjs.com/cli/whoami>.
|
|
|
|
|
|
|
|
|
|
- Display username of the currently logged-in user:
|
|
|
|
|
|
|
|
|
|
`npm whoami`
|
|
|
|
|
|
|
|
|
|
- Display username of the current user in the specific registry:
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
`npm whoami --registry {{registry_url}}`
|