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 ```ts import * as Sentry from '@sentry/node'; // ^ ESLint: Projects should use relative imports to import from other files within the same project. Use "./path/to/file" instead...

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

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description I want to have node 18 support for NX Library, when can we have a new version...

type: feature
blocked: more info needed
scope: misc
stale

This was previously removed and needs to be readded back since nx should always support esm modules with cjs dependencies. Forcing modern libraries to be not in esm format isn't...

## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #

### Current Behavior After the removal of the workspace.json it seems that nx now has problems finding projects that have `__` at the start of the name and at the...

type: bug
scope: core

## Description With Cypress Component Testing getting more and more popular adn being used instead of a combination of `jest` with `@testing-library/angular|react|etc`, it would be great if Cypress Component test...

type: feature
scope: testing tools

### Current Behavior We are using @nrwl/react:library and @nrwl/react:appication generators in our nx monorepo. When we run these generators, a bunch of package versions in our monorepo root `package.json` are...

type: bug
scope: react

### Current Behavior Since upgrading our monorepo from Nx 14.5.10 to 15.9.2 we experience build issues on our CI build pipeline: First it builds all Angular publishable libs sequentially by...

type: bug
scope: core

### Current Behavior #14532 and #14378 have been closed and locked but on upgrading Nx to 16.3.2 and removing the webpack configs I put in place as workarounds, the .png...

type: bug
scope: react

## Current Behavior On our CI if a build is kicked off with no changes (actually even with a change in a scss file in one case) then the dist...

type: bug
blocked: repro needed
scope: core