Wim Bruynooghe

Results 3 comments of Wim Bruynooghe

We still have it with v14.7.6 on our CI pipeline, even with `NX_DAEMON` set to `false`. I haven't tried the `NX_PROJECT_GRAPH_CACHE_DIRECTORY` option, as I don't really understand how it could...

Are you running nx commands simultaneous in parallel? Might be the same issue as #9146.

I also have the error with custom TypeScript decorators (only have this since migrating to Nx workspace 14.7.6 - Jest 28): ![image](https://user-images.githubusercontent.com/1446260/205674029-9eece20d-056a-4992-9e06-00e8c4fdc319.png) The class in which the error occurs: ```ts...