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

Virtual Threads in Java 21: Simplified Concurrency for Modern Applications

  With Java 21, Virtual Threads have redefined how we approach concurrency, offering a lightweight and efficient way to handle parallel and ...