docs: troubleshooting advice for rbe auth 'token not valid' error (#42027)
This commit is contained in:
parent
7f8fabbe7b
commit
125bd6aa2b
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue