Files
vercel/errors/no-credentials-found.md

515 B

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