We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0b066d + 9cb8049 commit 0c68434Copy full SHA for 0c68434
package.json
@@ -18,7 +18,7 @@
18
"scripts": {
19
"start": "react-scripts start",
20
"clean": "rm -rf build _static",
21
- "build": "npm run clean && react-scripts build && mv build _static",
+ "build": "npm run clean && NODE_OPTIONS=--openssl-legacy-provider react-scripts build && mv build _static",
22
"test": "react-scripts test",
23
"eject": "react-scripts eject"
24
},
0 commit comments