Jason Jean

Results 63 comments of Jason Jean

We have this flag. https://nx.dev/nx-api/devkit/documents/createProjectGraphAsync#parameters It is called `resetDaemonClient`. Though I will admit it is a weird name and it isn't well documented. 1. Would someone like to open a...

Looking mostly good to me. :+1: This should be ready soon.

Thank you for the PR. I updated it.

I just want to wait until the e2e tests are there and the nx execute

Thank you for taking your time to work on this! What is the motivation for specifying the output directory? Please open an issue first and we can discuss before implementing...

This usually happens if your outputs are not specified correctly. If this is the case, then Nx will believe that nothing is cached and there is nothing to restore. Can...

Nx does support Node 18. What exact issue are you seeing where it seems to not support Node 18?

Our e2e testing strategy for plugins has changed quite a bit since we released the verdaccio support. If you want any e2e testing utils, please create a new issue for...

Which particular distro of Linux are you on? What is the result of: ``` getconf ARG_MAX ``` I'm on Pop!_OS and it's `2097152` for me. That is the value we...

We could look into implementing this as `--outputStyle none`.