Skip to content

Commit 196ae1a

Browse files
Fix: start issue
Update package.json
1 parent b6a5797 commit 196ae1a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"zealit": "^2.4.1"
5353
},
5454
"scripts": {
55-
"start": "react-scripts start",
55+
"start": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
56+
"start:windows": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
5657
"build": "react-scripts build",
5758
"build-localhost": "PUBLIC_URL=/ react-scripts build",
5859
"test": "react-scripts test",

0 commit comments

Comments
 (0)