-
## Current Behaviour
Upgrade Nx to the current latest version 12.5.7 through the `nx migrate latest` process fails when applies migrations.
## Expected Behaviour
Successful upgrade to latest …
-
## Current Behavior
After upgrading NX to 13.7.1 and some other packages the CI task yarn install takes ~8-10 minutes before it was 2-4 minutes. Not sure if that's related with NX, as other packa…
-
## Current Behavior
I have a repo with yarn workspaces and nx. When executing test for a certain project, I need to build all its dependent projects. For that, I have configured the following in my `…
-
## Current Behavior
VS Code shows error `Definition for rule '@nrwl/nx/workspace/my-custom-rule' was not found.eslint(@nrwl/nx/workspace/my-custom-rule)` when Nx Console extension isn't installed…
-
### Description
I am facing the following issues when attempting to create a workspace on a `node:alpine` based container. The container is running on Kubernetes. I precise all of this because it wor…
-
## Current Behavior
After migration from 14.8.1 to 14.8.2, libraries that import from other libraries start showing errors like this:
```
Compiling TypeScript files for project "common"...
l…
-
### Current Behavior
When I create a custom plugin that in turn composes the angular library generator, I get the following error.
`Path "/libs/hello-world/.browserslistrc" does not exist.`
The…
-
## Current Behavior
When I try to run my own generator, I'm getting the following error: `require() of ES Module dist/out-tsc/tools/generators/service/index.js from node_modules/nx/src/config/wor…
-
run:
```
npx create-nx-workspace@latest new-workspace --preset=angular --allPrompts=true --appName=example --cli=nx --name=new-workspace --nxCloud=true --packageManager=yarn
```
issues:
* will…
-
## Current Behavior
Running `nx migrate` with no arguments, `latest`, `12.10.0`, etc., all result in `Error: Command failed: yarn`.
## Expected Behavior
I expect migrate to initiate…