Pontus
Results
2
comments of
Pontus
trafficstars
I ran into this as well. I had a .gitignore in the directory just above my monorepo. Removing it solved the issue. Edit: I run fedora 39, npm 10.8.2, node...
An somewhat educated guess is that something in nx is "walking" the directory structure and gathering a list of file. Another thread / process is waiting for that list but...