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 On Windows, `nx exec` can't find the binary to execute. From what we can see in the error logs, Nx is trying to resolve binaries in the...

type: bug
scope: core

## Current Behavior ## Expected Behavior - [ ] expo detox working properly - [ ] react native run and build working properly - [ ] update migration scripts to...

### Current Behavior I have a monorepo, created by NX with the following structure: And the following dependencies graph: The storybook is set up to generate '@mui/material' types as described...

type: bug
blocked: third-party
scope: storybook

### Current Behavior When running the tsc executor to build a package, if I run the command from the root directory of the monorepo or the pacakge itself one (root)...

type: bug
scope: js

## Current Behavior When running with target only and attempting to forward args to commands, you are forced to provide both target and project. e.g. ```shell nx build -- arg1...

## Current Behavior vite-tsconfig-paths plugin isn't able to work with tmp tsconfigs to make incremental building work ## Expected Behavior nx supports incremental building with vite ## Related Issue(s) ![terminal...

scope: bundlers

### Current Behavior When migrating project from nx 15.4.4 to 16.4.0 with angular upgrade to 15.1 to 16.1 , I'm getting this error while running migration.json file ``` Failed to...

type: bug
scope: testing tools

## Current Behavior Recipes related to Angular are scattered in `Adopting Nx`, `Adopting Nx From Angular CLI` and `Other` ## Expected Behavior All Angular related recipes should be in the...

### Current Behavior I have a module federated React app which consists of one shell app and one remote app. ``` shell shell-e2e remote remote-e2e ``` When I run the...

type: bug
scope: testing tools
stale

## Current Behavior When running a task with the `@nx/js:tsc` executor in batch mode, if the TS compiler detects that it doesn't need to run a build for the task,...