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 500d575 + 196ae1a commit 257d165Copy full SHA for 257d165
1 file changed
package.json
@@ -52,7 +52,8 @@
52
"zealit": "^2.4.1"
53
},
54
"scripts": {
55
- "start": "react-scripts start",
+ "start": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
56
+ "start:windows": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
57
"build": "react-scripts build",
58
"build-localhost": "PUBLIC_URL=/ react-scripts build",
59
"test": "react-scripts test",
0 commit comments