Olaf Tietze
Olaf Tietze
Can we get this merged, please? We need our proxy to be implemented in code, as we need to resolve properties from the environment. So this PR is really helpful...
It's very counter-intuitive to apply all of these workarounds when migrating to Nx. Thank you for providing some examples, but I had to apply https://github.com/nrwl/nx/issues/2839#issuecomment-1191945895 to make it work, and...
Same here. Since yesterday nx does not see any projects in nx workspaces anymore on my system. That also happens when I create an entirely new workspace using` npx create-nx-workspace`...
same here: removed node, npm, yarn, eventually volta entirely. removed homebrew entirely. remove any plugins for zsh. any nx workspace i have on the system, nx appears to yield an...
It does not matter what kind of project I create. react, angular all the same. `npx create-nx-workspace` ``` % npx create-nx-workspace nx-test NX Let's create a new workspace [https://nx.dev/getting-started/intro] ✔...
In my case the culprit was a `.gitignore` file in a parent directory with a wildcard. That file is in my home directory, where I also have a projects directory....