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 `onlyDependOnLibsWithTags` does not handle glob patterns in the tags list. However, several other options for the `eslint-plugin` do support glob patterns. ## Expected Behavior Update `onlyDependOnLibsWithTags` to...

### Current Behavior When trying to upgrade from `@nx/[email protected]` to `@nx/[email protected]`, any tests related to code using [`fetch`](https://nx.dev/recipes/other/misc-data-persistence#data-fetching) starts to fail, with this error: ```ts // TypeError: (0, angular_1.fetch) is...

type: bug
scope: angular

## Work in progress A new generator to convert workspace from standard lint configs to new flat eslint config. Based on: https://github.com/typescript-eslint/typescript-eslint/pull/6836 According to: https://eslint.org/blog/2022/08/new-config-system-part-2/ - [X] Extend `updateProjectConfiguration` to...

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Currently, if I implement some script target using `nx:run-commands`, depending on a `build` target then no...

type: feature
scope: core

### Current Behavior Serve command throw error `Command failed: taskkill` ### Expected Behavior Serve command should not throw error `Command failed: taskkill` ### GitHub Repo _No response_ ### Steps to...

type: bug
scope: node
os: windows

### Current Behavior We have next app project with [custom server template](https://nx.dev/packages/next/generators/custom-server). And when we run app in dev mode (`nx run next-app:serve`) and do changes in files of next-app...

type: bug
scope: nextjs

### Current Behavior I'm running a custom node script for my executor `nx run my-app:my-custom-script`. My script contains an inquirer form. NX cuts the last line of this form. I'm...

type: bug
scope: misc

In Nx Console, it looks weird if you have to expand all options when there's only two overall and there's no reason to not see both at the same time.

### Current Behavior there is integrated monorepo with only one nestjs app in it. if I make a file that is syntactically incorrect. for exmple : ```ts exportttt class ServeTest...

type: bug
scope: node
os: windows

vite has build option reportCompressedSize, it enables/disables calculation of gzip size of the output files. compressing large output files can be slow, so disabling this may increase build performance for...