nx
nx copied to clipboard
Smart Monorepos · Fast CI
- [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...
### 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',...
### 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...
> 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...
## 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...
make sure new paths work for related docs resolution include related docs for 'legacy' fallback page logic ## before: on the `/features/manage-releases` route  on the `/ci/features/affected` route ![WKMac...
### 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'...
### 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...
### 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...
## 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...