-
## Current Behavior
When migrating to v14 the migration script to create a development configuration can fail with some configurations
## Expected Behavior
The migration script should w…
-
## Current Behavior
Nest app fails to serve
## Expected Behavior
I expected the server to run and accessible at localhost:3333
## Steps to Reproduce
Run `yarn add -D @nrwl/nest` on an exi…
-
## Current Behavior
After upgrading from v13 to v14 "nx affected:lint --all" stopped to report warnings. However, e.g. nx run admin-pages:lint does. Interestingly if I introduce a rule which forc…
-
I am setting up ngx-deploy-npm on an existing library project. We have been just using `npm publish` to publish the library to a custom repository (Sonatype Nexus). I installed ngx-deploy-npm via `n…
-
## Current Behavior
The current `nx migrate --run-migrations` appears to use a different set of formatting rules when compared with the standard `nx format`.
Specifically, the migration of `pr…
-
## Current Behavior
After upgrading to Nx 13.2.2 (Angular 13 support) all tests inside of `libs/` fail with an error:
`Cannot configure the test module when the test module has already been inst…
-
I have another complex `APP_INITIALIZER` and rehydration issue for you.
[Reproduction code](https://stackblitz.com/edit/angular-ivy-uhttnp?file=src%2Fapp%2Fapp.module.ts)
I think where I am is t…
-
### Current Behavior
We have a custom generator like this
generator.ts
```
import { libraryGenerator } from '@nrwl/angular/generators';
import { generateFiles, getImportPath, getWorkspaceLayout…
-
## Current Behavior
```
Error: Unable to resolve ./tools/executors/version:version.
Found module undefined while trying to locate ./tools/executors/version/package.json
at Workspaces.readE…
-
## Current Behavior
I just ran` nx migrate --run-migrations`
(I had just previously run `nx migrate latest && npm i && nx migrate --run-migrations` but it was missing a couple of dependencies …