Skip to content

Commit 72bc00e

Browse files
author
Thiago Guerrero
committed
Fix SSL error with new node versions
Signed-off-by: Thiago Guerrero <tgbalera@amazon.com>
1 parent b5a2de0 commit 72bc00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": "/mac0499",
1111
"scripts": {
12-
"dev": "vuepress dev src",
12+
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev src",
1313
"build": "vuepress build src"
1414
},
1515
"license": "MIT",

0 commit comments

Comments
 (0)