-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nx cli crashes randomly on all commands #22650
Comments
Slightly different versions, same random behaviour: Nx report:
Additional notes:
|
Same here, with "^[[55;1R". OS : win32-x64
npm : 10.5.0
nx : 18.2.2
@nx/js : 18.2.2
@nx/jest : 18.2.2
@nx/linter : 18.2.2
@nx/eslint : 18.2.2
@nx/workspace : 18.2.2
@nx/angular : 18.2.2
@nx/cypress : 18.2.2
@nx/devkit : 18.2.2
@nx/esbuild : 18.2.2
@nx/eslint-plugin : 18.2.2
@nx/express : 18.2.2
@nx/node : 18.2.2
@nx/plugin : 18.2.2
@nrwl/tao : 18.2.2
@nx/web : 18.2.2
@nx/webpack : 18.2.2
typescript : 5.4.3
---------------------------------------
Community plugins:
@compodoc/compodoc : 1.1.23
angular-calendar : 0.31.0
ng-mocks : 14.12.1
---------------------------------------
Local workspace plugins:
@jdm/plg-node-packager
@jdm/plg-elc``` |
This is a duplicate of #22358. We are investigating the issue. Please follow there for updates. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current Behavior
Lint, build, test, serve, all these commands will randomly crash when you try to run them. The terminal will freeze with some random characters. If you close the terminal, the process is still running taking up 5% CPU.
Expected Behavior
Lint, build, test, server commands will run the first time and will properly close when exited.
GitHub Repo
No response
Steps to Reproduce
Internal company repo, cannot share.
Nx Report
Failure Logs
Package Manager Version
NPM 8.19.3
Operating System
Additional Information
Node v18.13.0
This issue started happening only after our recent upgrade. We upgraded from Angular 15 to Angular 17 as well as upgrading our nx version. I thought it might be related to extensions, so I opened VS Code with all extensions disabled but the issue would still occur.
I just figured out that if you press "enter" when it freezes, it will continue the process and you can cancel it.
The text was updated successfully, but these errors were encountered: