nx icon indicating copy to clipboard operation
nx copied to clipboard

Smart Monorepos · Fast CI

Results 1294 nx issues
Sort by recently updated
recently updated
newest added

## Current Behavior Sync generators are processed in the background by the daemon server. Their results are cached and reprocessed when the project graph is recomputed. There are currently two...

### Current Behavior We are seeing this spurious error a lot. It's unclear what the cause it, but it seems to happen especially when there are a lot of affected...

type: bug
scope: core
priority: medium

## Current Behavior Angular v21 is not supported. ## Expected Behavior Angular v21 should be supported. ## Blockers ### Required - [x] `jest-preset-angular`: - [x] PR: https://github.com/thymikee/jest-preset-angular/pull/3485 - [x] Release:...

### Current Behavior When creating a new NX workspace with Angular and Vitest, the installation fails with a peer dependency conflict: ``` npm error ERESOLVE could not resolve npm error...

type: bug

### Current Behavior After generating a new Nx workspace with the `@nx/nest` preset using version `22.2.0`, running the `serve` command immediately fails with `Error: Cannot find module 'nx'`. This issue...

type: bug

### Description Upgrading a workspace to Prettier 4.0.0-alpha.13 causes `npx nx format:write` (including `--uncommitted`) to fail. Nx invokes Prettier with both `--write` and `--list-different`, but Prettier 4 now treats that...

type: bug
scope: misc
priority: high

## Current Behavior If a workspace uses pnpm and adds a local patch to a dependency (e.g. `vitest`), this patch is not taken into account when computing that dependency's hash...

## Current Behavior PR #32915 changed how conventional commits determine version, making them rely on commit scope: commits with types configured to bump minor / major version bumps only patch...

## Current Behavior The Maven plugin currently executes each Nx task individually, requiring a separate Maven process invocation for each target. This can result in significant performance overhead when running...

## Current Behavior A tsconfig `module` value of `nodenext` is treated as a CJS format, which produces a warning when built due to it being used in ESM projects. ##...