Hey Mike, A couple questions...
Have you been building regularly? Does it usually complete without issue? If you kill this one and try again, is this hanging repeatable? What maven command did you run? Is this a clean build with nothing in the target directories? The verbose flag is already set in the command front end build command. There's likely some additional parameters [1] that could be specified there to help track things down. I know we can drive the number of workers if we're dealing with some sort of resource contention issue. [1] https://nx.dev/nx-api/nx/documents/run-many On Thu, Oct 10, 2024 at 4:10 PM Mike Thomsen <mikerthom...@gmail.com> wrote: > I get to about this point, and it just hangs (seriously, 60 min in and it's > still not moving) on my Intel Mac: > > [INFO] > [INFO] To address all issues, run: > [INFO] npm audit fix > [INFO] > [INFO] Run `npm audit` for details. > [INFO] > [INFO] --- frontend:1.15.0:npx (lint) @ nifi-frontend --- > [INFO] Skipping execution. > [INFO] > [INFO] --- frontend:1.15.0:npx (package-web-ui) @ nifi-frontend --- > [INFO] Running 'npx env-cmd -f .build.env nx run-many --verbose -t build' > in > > /Users/mikethomsen/workspace/nifi/nifi-frontend/target/frontend-working-directory > > Any ideas on how to get this build to be verbose in its output so I can > figure out if it's running slowly or just hanging? >