diff --git a/React-frontend/package.json b/React-frontend/package.json index 1512574..63bba39 100644 --- a/React-frontend/package.json +++ b/React-frontend/package.json @@ -39,8 +39,8 @@ "vega-lite-api": "^5.0.0" }, "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", + "start": "react-scripts --openssl-legacy-provider start", + "build": "react-scripts --openssl-legacy-provider build", "test": "react-scripts test", "eject": "react-scripts eject" },