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.
1 parent bfffb8a commit 08608f4Copy full SHA for 08608f4
package.json
@@ -71,7 +71,7 @@
71
"url": "git+https://github.com/reactjs/reactjs.org.git"
72
},
73
"scripts": {
74
- "build": "gatsby clean && gatsby build",
+ "build": "NODE_OPTIONS=--openssl-legacy-provider gatsby clean && gatsby build",
75
"check-all": "npm-run-all prettier generate-ids --parallel lint flow",
76
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
77
"dev": "gatsby develop -H 0.0.0.0",
0 commit comments