From 8dccdc5062d18650bb4e7a7257f9f63d312f7d91 Mon Sep 17 00:00:00 2001 From: FernandoBeltrann <35543310+FernandoBeltrann@users.noreply.github.com> Date: Sat, 6 Jan 2024 00:28:37 +0100 Subject: [PATCH] Update package.json This takes away the problem of the Node version --- 1_Requests_Starter/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1_Requests_Starter/frontend/package.json b/1_Requests_Starter/frontend/package.json index 84b22547..3416eacd 100644 --- a/1_Requests_Starter/frontend/package.json +++ b/1_Requests_Starter/frontend/package.json @@ -12,7 +12,7 @@ "react-scripts": "3.0.1" }, "scripts": { - "start": "node node_modules/react-scripts/scripts/start.js", + "start": "set NODE_OPTIONS=--openssl-legacy-provider&& react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"