Fix location of credentials files on error page (#995)

This commit is contained in:
Nathan Rajlich
2017-11-18 17:02:18 -08:00
committed by Guillermo Rauch
parent 0826958221
commit dc4327e883

View File

@@ -7,4 +7,4 @@ You're running Now CLI in a non-terminal context and there are no credentials av
#### 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 either get the token from the `./now/auth.json` file located in your user directory or [from the dashboard](https://zeit.co/account/tokens).
- Ensure that both `./now/auth.json` and `./now/config.json` exist
- Ensure that both `~/now/auth.json` and `~/now/config.json` exist