From f8b263c69ff62c0834cd5a2b7ed255310cecf7f9 Mon Sep 17 00:00:00 2001 From: Deucalio Date: Wed, 8 Mar 2023 22:36:33 +0500 Subject: [PATCH] enable legacy OpenSSL provider --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5c9759a..03ab675a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "web-vitals": "^1.0.1" }, "scripts": { - "start": "react-scripts start", + "start": "react-scripts --openssl-legacy-provider start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"