Skip to content

Commit 3c33ed4

Browse files
Add NODE_OPTIONS=--openssl-legacy-provider
1 parent 1ae9621 commit 3c33ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",
6-
"start": "ng serve",
6+
"start": "export NODE_OPTIONS=--openssl-legacy-provider && ng serve",
77
"build": "ng build",
88
"test": "ng test",
99
"lint": "ng lint",

0 commit comments

Comments
 (0)