mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
Update readme with hint about cypress failures
that are happening on recent node versions
This commit is contained in:
parent
d1069c879b
commit
3ce7337a6e
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user