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

### Current Behavior The `@nx/rspack:rspack` executor ignores the `baseHref` option. The output `index.html` file does not have the `` tag when this option is provided. I ended up using this...

type: bug
scope: bundlers

### Current Behavior I'm trying to delete node modules and i'm getting operation not permitted on open node_modules.cache\nx\d\daemon.log ### Expected Behavior It should delete the node_modules ### GitHub Repo _No...

type: bug
scope: core

### Current Behavior When jest suites fail without any failing tests (e.g. an invalid import in the test suite), nx jest executor returns success. ### Expected Behavior Nx jest executor...

type: bug

### Current Behavior I have a mono repo using nx with the plugin @nx/nest and my project have this configuration: ```json { "name": "app", "$schema": "../node_modules/nx/schemas/project-schema.json", "sourceRoot": "app/src", "projectType": "application",...

type: bug

### Current Behavior When upgrading from Nx v16 to 19, we experience a crash w/ errors. ### Expected Behavior I do not expect Nx to crash. ### GitHub Repo https://github.com/tryghost/ghost...

type: bug
scope: core

## Current Behavior this pr is meant to replace https://github.com/nrwl/nx/pull/28375 ## Expected Behavior it should work when doing `nx target:configuration project`. ## Related Issue(s) Fixes #

### Current Behavior `startLocalRegistry` of `@nx/js/plugins/jest/local-registry` does not resolve when the host is different than `localhost`. ### Expected Behavior I expect `--listenAddress='0.0.0.0'` of `@nx/js:verdaccio` to work with `startLocalRegistry` of `@nx/js/plugins/jest/local-registry`...

type: bug
scope: js

It looks as if the current shape of `args.target` that is parsed by the `run` infix version and passed to the command handler **makes the `configuration` unrecognizable**. It's probably because...

### Current Behavior **First of all, please please please make the logs of this error more detailed! Me and others have wasted days with this issue, walking totally in the...

type: bug
blocked: repro needed
scope: vue

### Current Behavior ```shell $ nx dev some-project NX Attempted to open socket that exceeds the maximum socket length. Set NX_SOCKET_DIR to a shorter path (e.g. /tmp/nx-tmp) to avoid this...

type: bug
scope: core