diff --git a/client/package.json b/client/package.json index 0905fc7c..5ec5ee2f 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "socket.io-client": "^2.2.0" }, "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 @@ "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.7.0" } -} +} \ No newline at end of file