From 196ae1a6fa7477c599a7321599301dd19bacaa4c Mon Sep 17 00:00:00 2001 From: Prajwal Kulkarni Date: Tue, 16 Jan 2024 21:34:21 +0530 Subject: [PATCH] Fix: start issue Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c8a887f..dd4bb31 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,8 @@ "zealit": "^2.4.1" }, "scripts": { - "start": "react-scripts start", + "start": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start", + "start:windows": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start", "build": "react-scripts build", "build-localhost": "PUBLIC_URL=/ react-scripts build", "test": "react-scripts test",