Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 515 Bytes

no-credentials-found.md

File metadata and controls

10 lines (6 loc) · 515 Bytes

No Credentials Found

Why This Error Occurred

You're running Vercel CLI in a non-terminal context and there are no credentials available. This means that Vercel CLI is not able to authenticate against our service.

Possible Ways to Fix It

  • Specify a value for the --token flag (this needs to be the token of the user account as which you'd like to act). You can create a new token on your Settings page.
  • Run vercel login to sign in and generate a new token