Update readme with hint about cypress failures

that are happening on recent node versions
This commit is contained in:
Matthias 2023-01-04 13:37:29 +01:00
parent d1069c879b
commit 3ce7337a6e

View File

@ -101,3 +101,12 @@ yarn serve
```
You now have useful vscode extensions, git support, your command history of the project.
### Fix cypress errors
Depending on the system configuration (node version, ...), there can failures when starting cypress.
This can be mitigated by using the following environment variable.
```
export NODE_OPTIONS=--openssl-legacy-provider
```