nx icon indicating copy to clipboard operation
nx copied to clipboard

Smart Monorepos · Fast CI

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

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description When targeting Windows the resulting binary (nx.dll) dynamically links against Microsoft Visual C++ runtime (msvcrt140.dll). This means...

type: feature
scope: core

### Current Behavior Given the following `rollup.config.js` in a monorepo (simplified): ```ts // packages/react-color-picker/rollup.config.json import ts from '@rollup/plugin-typescript'; /** @type {import("rollup").InputOptions} */ export default { plugins: [ ts({ tsconfig: './tsconfig.build.json',...

type: bug

### Current Behavior I'm trying to manage a monorepo and release packages with `nx release`. While it's working very well locally (on my machine), I can't easily manage the version/publish...

type: bug
scope: release

> Error creating a workspace using yarn. > > > ``` > npx create-nx-workspace --pm yarn > NX Let's create a new workspace [https://nx.dev/getting-started/intro] > > ✔ Where would you...

scope: core

## Summary - show an Nx AI entry in the main header before the Remote Cache item - sync docs header navigation with the new Nx AI link ## Testing...

codex

make sure new paths work for related docs resolution include related docs for 'legacy' fallback page logic ## before: on the `/features/manage-releases` route ![WKMac 2025-06-16T15-37-13](https://github.com/user-attachments/assets/570493bb-571c-47fb-9dd8-dae6b138f951) on the `/ci/features/affected` route ![WKMac...

type: docs

### Current Behavior While running `nx migrate --run-migrations`, NX fails to migrate this migration migrations.json ``` { "migrations": [ { "version": "21.2.0-beta.3", "requires": { "@angular/core": ">=20.0.0" }, "description": "Update 'moduleResolution'...

type: bug

### Current Behavior Hi Nx team, We're using nx release with a custom plugin and VersionActions setup to handle publishing Docker images, Helm charts, and NPM libraries. We inject the...

type: bug
scope: release
priority: high

### Current Behavior In Nx 19, @nx/esbuild was capable of generating a `package.json` and `package-lock.json` with the `generatePackageJson` option. In Nx 20, @nx/esbuild returns this error when trying to generate...

type: bug
scope: bundlers

## Current Behavior When a task is skipped (e.g. some dep(s) failed), the terminal pane is completely empty. If you navigate to another task and see its output and navigate...