We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae9621 commit 3c33ed4Copy full SHA for 3c33ed4
src/web/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0",
4
"scripts": {
5
"ng": "ng",
6
- "start": "ng serve",
+ "start": "export NODE_OPTIONS=--openssl-legacy-provider && ng serve",
7
"build": "ng build",
8
"test": "ng test",
9
"lint": "ng lint",
0 commit comments