You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run nx build on a node project, I get the following output:
> nx build taskmaster-node
NX Took longer than 3 seconds to hear from heartbeat process
The heartbeat process may have not started properly. This CIPE could have inconsistent status reporting.
> nx run taskmaster-node:build
^[[13;1R
And nothing else happens, so I have to kill the process. Strangely, this happens about 75% of the time I try to build. So I usually have to try 3-4 times before it actually kicks off and completes successfully. I don't know even how to start debugging this, since there is no error behind reported.
I have 5 node projects in my monorepo, and this behavior is the same with all of them.
Run nx run mm-project-nv:build:production or mm-project-nv:serve:development
This was just a project created with create-nx-workspace, and running either of these commands hangs around 75% of the time with the same gobbledeegook.
@mayhew3 I'm facing the same issue but what I found is that it's actually waiting for user input for some reason. If I just press Enter it proceeds to executing nx command(It usually reproduces for me when running serve or e2e).
Weird, yeah, that works for me, though I never would have guessed! Still seems like a bug, since there is no text asking for input, but at least I can get past it now.
Current Behavior
When I run
nx build
on a node project, I get the following output:And nothing else happens, so I have to kill the process. Strangely, this happens about 75% of the time I try to build. So I usually have to try 3-4 times before it actually kicks off and completes successfully. I don't know even how to start debugging this, since there is no error behind reported.
I have 5 node projects in my monorepo, and this behavior is the same with all of them.
Expected Behavior
I expect the project to build.
GitHub Repo
https://github.com/mayhew3/mm-projects-nv
Steps to Reproduce
nx run mm-project-nv:build:production
ormm-project-nv:serve:development
This was just a project created with create-nx-workspace, and running either of these commands hangs around 75% of the time with the same gobbledeegook.
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: