Skip to content

Commit 3ce7337

Browse files
committed
Update readme with hint about cypress failures
that are happening on recent node versions
1 parent d1069c8 commit 3ce7337

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,12 @@ yarn serve
101101
```
102102

103103
You now have useful vscode extensions, git support, your command history of the project.
104+
105+
### Fix cypress errors
106+
107+
Depending on the system configuration (node version, ...), there can failures when starting cypress.
108+
This can be mitigated by using the following environment variable.
109+
110+
```
111+
export NODE_OPTIONS=--openssl-legacy-provider
112+
```

0 commit comments

Comments
 (0)