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