-
### Current Behavior
```
nx g @nx-go/nx-go:application api
NX Generating @nx-go/nx-go:application
NX Cannot read properties of undefined (reading 'replace')
```
### Expected Behav…
-
### Which project does this relate to?
Router
### Describe the bug
When applying 'basic-virtual-inside-file-based' case in app in nx, tsr generate error occurs.
```
PS C:\Users\9480335\workspace\…
-
### Current Behavior
Hi everyone... First things first... Congrats for the new release 🥳
Im creating this issue because I'm trying to play with Nx 20.0.0-rc.0 and I got several problems running `np…
-
### Current Behavior
When creating a new workspace ES Lint gives me errors. This occurs not only in Webstorm but also on the command line. I've tried this with a React project as well as a NestJS p…
-
### Current Behavior
SUBJECT: MFE remove remote (nx-console) NX forgets to dismantle the lazy loaded route config
upon removal of remotes
this code should have been deleted but was left behind insi…
-
I am currently working with a Nx workspace using the nestjs-trpc package and encountered an issue when trying to build my NestJS application with Webpack. The following error is triggered during the b…
-
### Current Behavior
There are certain times when `@nx/workspace:move` will not move libraries when I need it to, instead choosing to print up an error (as seen in the appropriate later field, which …
-
Since Nx 19.2.0 the project graph cache directory moved from `.nx/cache` to `.nx/workspace-data`.
Here is the corresponding [commit](https://github.com/nrwl/nx/commit/5e39cb00194f01a17c007c101452e47a…
-
### Current Behavior
Hello !
The `@nx/vite/plugins/nx-tsconfig-paths.plugin` path resolution is not working as expected.
I think the first tsconfig is supposed to be the project tsconfig (https://g…
-
### Current Behavior
Whenever I run the `build-storybook` task on a `vite` generated library, it copies the files from `nxCopyAssetsPlugin` call in `vite.config.ts` to
```
/Users/{user}/path/to/mono…