From c32a8eb0030f6dd897d630c85a3a9422e6aa0c1f Mon Sep 17 00:00:00 2001 From: maxgonick Date: Thu, 26 Oct 2023 18:48:52 -0700 Subject: [PATCH] update react-scripts to allow Node 18.0+ compatability --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c226fa..11881ab 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "typescript": "^4.7.4" }, "scripts": { - "start": "react-scripts start", + "start": "react-scripts --openssl-legacy-provider start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", @@ -41,4 +41,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file