From 733c149da263eab776708359b63c725aaada1f68 Mon Sep 17 00:00:00 2001 From: Uri Yemini <95576653+Urook@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:26:54 +0300 Subject: [PATCH] RK-19904 - Add Explanation About openssl-legacy-provider (#370) * Add Explanation About openssl-legacy-provider * no new version --- DEVELOPING.MD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/DEVELOPING.MD b/DEVELOPING.MD index 9efff8e1..e319c771 100644 --- a/DEVELOPING.MD +++ b/DEVELOPING.MD @@ -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` \ No newline at end of file +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