Skip to content

Commit

Permalink
RK-19904 - Add Explanation About openssl-legacy-provider (#370)
Browse files Browse the repository at this point in the history
* Add Explanation About openssl-legacy-provider

* no new version
  • Loading branch information
Urook committed Oct 4, 2023
1 parent 27a092c commit 733c149
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion DEVELOPING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@ To run the webapp server:
1. run ``yarn start`` in the root directory to run the electron app

# Build for production
see `.circleci/config.yml`
see `.circleci/config.yml`

# Misc.
Added the following to several "build" commands:
```bash
cross-env NODE_OPTIONS=--openssl-legacy-provider
```
This is due to problems associated with using CRA4 with node 18

0 comments on commit 733c149

Please sign in to comment.