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 Including code that Terser can shorten using `??` syntax will be shortened thus due to the choice of `ecma` value `2020` in the TerserPlugin options in the...

type: bug
scope: js

### Current Behavior Running `nx format` on GitHub Actions fails with: ``` Error: spawnSync /bin/sh E2BIG at Object.spawnSync (node:internal/child_process:1110:20) at spawnSync (node:child_process:8[7](https://github.com/flirits/flux-web/actions/runs/5276442833/jobs/9543158719#step:5:8)1:24) at execSync (node:child_process:952:15) at write (/home/runner/work/flux-web/flux-web/node_modules/nx/src/command-line/format/format.js:110:3[8](https://github.com/flirits/flux-web/actions/runs/5276442833/jobs/9543158719#step:5:9)) at /home/runner/work/flux-web/flux-web/node_modules/nx/src/command-line/format/format.js:32:46...

type: bug
scope: misc

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) Hi team! I would like to ask if there is a way of ensuring that the targets T_i that...

type: feature
scope: core

## Description Hey nrwl team! I'm the author of the [nx-plus](https://github.com/ZachJW34/nx-plus) plugins The utils provided from `@nrwl/nx-plugin` for testing purposes work pretty well but I've noticed a few things: -...

type: feature
scope: plugins

### Current Behavior @nx:js:node dev server is stuck on `> NX File change detected. Restarting...` since upgrading to 16.2.1 ### Expected Behavior Dev server to work as should. I did...

type: bug
scope: node
scope: js

### Current Behavior I was setting up ESLint in my project, I'm at angular 16, and when I run lint I get the error: > Error: You have attempted to...

type: bug
blocked: repro needed
blocked: more info needed
scope: linter

### Current Behavior Currently this command implements an `echo {args.buildNumber}` ``` npx nx echo my-project --buildNumber="20230613.10" ``` The result of the echo 20230613.1 The 0 gets chopped off ### Expected...

type: bug
scope: core

## Current Behavior Package name matcher in the `pnpm-parser` will match key to alias name if found, and ignore the potential full name match. ```yaml # ... /@isaacs/[email protected]: dependencies: string-width:...

type: bug
scope: core

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Would be good if we could specify a list of all possible tags as a lint...

type: feature
community
scope: linter

### Current Behavior Storybook's `serve` target can not resolve import of nx library: `import { DeleteUserConfirm } from '@libraryname/settings'` with following error: ``` Error: The following dependencies are imported but...

type: bug
scope: storybook