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 We are trying to use Nx just to do linting or even sometimes building running normal `pnpm exec nx run-many -t lint` or build commands and they...

type: bug
scope: core
priority: high

## Current Behavior The E2E global setup hardcodes local registry configuration and waits for a specific localhost registry to be available, which can cause issues when the registry setup is...

### Current Behavior **Context:** - We have multiple packages in a repo and using independent releases - We are using release plans **Whats happening:** When running `nx release` the correct...

type: bug
scope: release

### Current Behavior I have an executor in our nx monorepo which is responsible for managing "docker compose up" for a project, then running cypress tests against the docker containers...

type: bug
scope: core

### Current Behavior Picture three package.jsons: ``` { "name": "@company/upstream", "version": "8.1.0" } { "name": "@company/downstream-pinned", "version": "0.0.1" "dependencies": { "@company/upstream": "7.3.4" } } { "name": "@company/downstream-workspace", "version": "0.0.1" "dependencies":...

type: bug
scope: release
priority: high

### Current Behavior After upgrading to the latest Nx version, i'm seeing that in a NestJS project, when a file change is detected, the previous build is not being cancelled,...

type: bug
scope: node

fixes: DOC-341 https://deploy-preview-33767--nx-docs.netlify.app/docs/reference/nx-mcp

type: docs

## Current Behavior When some tasks fail during execution, it can result in a cryptic: ```bash Failed to convert JavaScript value 'Undefined' into rust type 'String' ``` This happens because...