Skip to content

Commit

Permalink
docs: troubleshooting advice for rbe auth 'token not valid' error (#4…
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpdev committed May 15, 2024
1 parent 7f8fabb commit 125bd6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/development/build-instructions-gn.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,7 @@ Error: Cannot find module '/Users/<user>/.electron_build_tools/src/e'
```

We recommend installing Node through [nvm](https://github.com/nvm-sh/nvm). This allows for easier Node version management, and is often a fix for missing `e` modules.

### RBE authentication randomly fails with "Token not valid"

This could be caused by the local clock time on the machine being off by a small amount. Use [time.is](https://time.is/) to check.

0 comments on commit 125bd6a

Please sign in to comment.