From 7f1023fa9ba3c04c453b025284b526562b41cf9c Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 11 Jan 2023 21:30:16 -0800 Subject: [PATCH] temporary fix for #426 using legacy open ssl provider for fixing `"error:0308010C:digital envelope routines::unsupported"` error. See https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported We need to upgrade Angular version. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index edc14da..01d1a5b 100644 --- a/Makefile +++ b/Makefile @@ -98,6 +98,7 @@ endif # reduce logging, disable angular-cli analytics for ci environment binary-frontend: export NPM_CONFIG_LOGLEVEL = warn binary-frontend: export NG_CLI_ANALYTICS = false +binary-frontend: export NODE_OPTIONS = --openssl-legacy-provider binary-frontend: cd webapp/frontend npm install -g @angular/cli@9.1.4