Saturday, June 6, 2020

<--- Last few GCs ---> Angular 8

I share Solution next error.

When run next command i get next error

ng build --prod --base-href=/YOUR_CONTEXT/








Change the command for this.

node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod --build-optimizer --base-href=/YOUR_CONTEXT/


That it is.








No comments:

Post a Comment

Event-Driven Architecture on GCP with Pub/Sub & Spring Boot

Event‑Driven Architecture (EDA) decouples producers from consumers using an event broker. You get independent scaling, resilience, and faste...