Process is not terminating on its own
What happened?
After finishing to setup code-pushup in my project i ran the command npx code-pushup.
The command was successful but it never exited the process.
To teminate the process i ad to run control C
What would you expect to happen?
At the end of the process i would expect it to trow an error or to exite with code 0.
What steps did you take?
Currently the bug it pressent inside this MR
https://github.com/push-based/user-flow/pull/262
This is present when running locally. I have not tested in the CI.
What operation system are you on?
Windows
Node version
18
Relevant log output
Categories
┌─────────────────────────────────────────────────────────────┬───────┬────────┐
│ Category │ Score │ Audits │
├─────────────────────────────────────────────────────────────┼───────┼────────┤
│ Bug prevention │ 94 │ 35 │
├─────────────────────────────────────────────────────────────┼───────┼────────┤
│ Code style │ 78 │ 27 │
└─────────────────────────────────────────────────────────────┴───────┴────────┘
Made with ❤ by code-pushup.dev
Experienced the same problem, seems to be caused by Nx.
https://github.com/nrwl/nx/issues/21779
It looks fixed for 18.0.8+
Also seems to be reported as an issue on progress bar lib that we are using, we are planning to get rid of it soon and also merge an nx 19 update, so one of that should take care of it.