You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
observed behavior
If a user runs:
npm access public
without any credentials, the following error is outputted:
npm info retry will retry, error on last attempt: Error: This request requires auth credentials. Run
npm loginand repeat the request.
Rather than exiting, the CLI attempts its retry logic.
expected behavior
CLI exists if it has no credentials.
The text was updated successfully, but these errors were encountered: