-
### Current Behavior
When I run `npx nx migrate latest` the migration starts, but after a couple of seconds right after fetching `@angular/core@14.0.7` the migration failed because of an `Invalid Ver…
-
## Current Behavior
Running `npx nx generate @nrwl/js:library myTestLib --importPath=@mycompany/myTestLib --publishable --tags=myTestLib` to create a non-angular library in an angular workspace cause…
-
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 following currently seems to not be supported in the component testing configuration preset when running `nx g @nrwl/react:cypress-component-configuration`:
* React SVG…
-
## Current Behavior
`workspace-generator` ignore the first argument.
Given the following command:
`nx workspace-generator my-lib --name=foo`, it will produce the following error:
`Not enough…
-
## Current Behavior
When running the command like this:
```
options: {
command: "./scripts/run.script.sh {args.task}"
}
```
It works fine.
Trying to run it like this:
```
options: …
-
## Current Behavior
This is effectively a re-open of : https://github.com/nrwl/nx/issues/8779
After upgrading
- node from 14.16.1 to 16.14.2
- npm from 6.14.12 to 8.5.0
- nx from 13.8.0 …
-
I am creating an nx-workspace and installing libraries in it preparing it for an application migration.
I am installing one library at a time and I am testing to detect version errors, after each c…
-
I'm having an issue running my linting tasks on my CI server. The error message that comes up is that the module can't be found for @swc/core. Is it possible to find out exactly what version it's tryi…
-
## Current Behavior
I cannot build a generator with a standalone component because the `componentGenerator` is not exported from `@nrwl/angular/generators`.
## Expected Behavior
Expor…