Bonnefond Yannick
Bonnefond Yannick
@MatteoGheza You are not passing any options to your custom logger, so the `isLogEnabledFor` method of the AbstractLogger always returns false and therefore never log anything Have you try: ```typescript...
Rolling back to version `19.4.4` seems to fix the issue. thanks @nathanqtlv for spotting it
On my end, since it happens when running `npx create-nx-workspace` there are no `node_modules`, `package-lock.json` or `.nx` folder to clean up. Running `npm cache clear --force` does _**not**_ resolve the...
I wonder if this issue could be caused by security software somehow preventing memory allocation by Rust code. (I've noticed that the SWC npm post-install script hangs as well, might...