It turns out that I have a problem with a project that I have mounted on an AWS instance developed in Angular. It turns out that I could do the ng build correctly, but since the last commit it gives a warning that says FATAL ERROR: JavaScript heap out of memory"
I already tried to solve the error by importing the option SET NODE_OPTIONS=--max_old_space_size=8048 but now it just stays in Generating browser application bundles (phase: building) so I don't know what to do to be able to do the build. Please, Can someone help me? Thanks