-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
Description
Current Behavior
Hello,
on my Linuxmint machine I cannot execute NX anymore.
Even if I try to execute nx --version, it is getting into an infinite loop.
CPU rising but commandline never comes back (>15m).
That applies to local installed nx as well as for globally installed nx (via apt).
Expected Behavior
Giving an error message instead of going into infinite loop.
NX must always come back, with error or just working.
GitHub Repo
Only on my local machine
Steps to Reproduce
- This seems to be local. I simply cannot even execute nx -- version.
Nx Report
Cannot be executed, command does not come back.Failure Logs
No error message at all.Package Manager Version
npm 11.6.1, pnpm 9.15.1
Operating System
- macOS
- Linux
- Windows
- Other (Please specify)
Additional Information
I tried uninstall, re-install to no avail.
So it seems not to be the binary, but somewhere a configuration issue.
The only working nx is currently from an old project, in which it was locally installed.
All other projects now cannot execute nx, wether nx is locally or globally installed.