Skip to content

Commit

Permalink
temporary fix for #426
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AnalogJ committed Jan 12, 2023
1 parent d49497d commit 7f1023f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f1023f

Please sign in to comment.