nx
nx copied to clipboard
Smart Monorepos · Fast CI
## Current Behavior At some point in time, we had support for Module Federation aliases, and I noticed some of our examples broke in the latest versions of Nx. ...
## Current Behavior Fixed the description of the commands to not have raw markdown when running `npx nx login help`. Also updated the description such that we don't specifically mention...
This PR enhances the typescript plugin build detection. Notably the changes include: - Add absolute path handling for package.json entry points. - Simplify the buildable verification - Add glob pattern...
### Current Behavior When I open my NX console, and click on the generate, I expect the options to open. Nothing happens? This happened after I upgraded Angular 17 to...
## Current Behavior The TUI (Terminal User Interface) is enabled for all environments, including AI agents like Claude Code, which can cause issues with AI-driven development workflows. ## Expected Behavior...
## Current Behavior The heading unit test for the @nx/expo:application generator uses toHaveTextContent with a strict string comparison. This causes the test to fail when the heading output includes minor...
## Current Behavior When running Nx tasks without the daemon, tui, and using run-commands w/ serially running tasks, its possible that Nx will not properly terminate on receiving SIGTERM. ##...
### Current Behavior I have to `Ctrl+C` to `Terminate batch job (Y/N)` out of `npx nx test my-proj --watch` and cannot use any of the keys shown below, . Running...
### Current Behavior When running `nx run-many` as part of building a docker image on gitlab, nx waits for 10 minutes before exiting. ``` RUN pnpm nx run-many -t build...
### Current Behavior Running `nx migrate` gives me an error `Failed to install the latest version of the migration script.` I tried migrating to and from many versions but it...