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 application is not getting build while running the command ca-app:serve:alpha-next: It shows an error : > NX desiredImplicitDeps.filter is not a function ### Expected Behavior The...

type: bug
scope: core

### Current Behavior I have a monorepo with several react applications. Each one has tailwind installed. The problem is that there are conflicts because there are several tailwind configurations and...

type: bug
scope: react

### Current Behavior Dynamic dependencies are not always detected and therefore not listed in the graph. ### Expected Behavior Dynamic dependencies should be detected and listed in the graph ###...

type: bug
scope: core

### Current Behavior Running `nx migrate latest` with `[email protected]` fails. ### Expected Behavior `nx migrate latest` should run without any errors ### GitHub Repo https://github.com/nrwl/nx-examples ### Steps to Reproduce Run...

type: bug
scope: core

* generates a package.json based on the project's dependencies in node_modules * moves getExtraDependencies helper from esbuild package to js package ## Current Behavior Currently each executor implements their own...

## Expected Behavior When running commands using `nx`, they should behave the same as `ng` This works ` ng run app:build --configuration=production,stage-env ` this does **not** ` nx run app:build...

type: feature
scope: core

This PR renames `@nx/jest:jest-project` generator to `@nx/jest:configuration`. This change makes our usage of configuration generators the same across all plugins (e.g. Vite is already @nx/vite:configuration). **What's done:** - Renamed generator...

## Current Behavior no first party playwright plugin for nx. ## Expected Behavior @nx/playwright plugin ## Related Issue(s) - feat(testing): add playwright plugin - feat(testing): add playwright executor - chore(testing):...

scope: testing tools

Changes on following pages: - https://nx-dev-git-fork-meeroslav-docs-add-linter-rule-docs-nrwl.vercel.app/packages/eslint-plugin - https://nx-dev-git-fork-meeroslav-docs-add-linter-rule-docs-nrwl.vercel.app/packages/eslint-plugin/documents/dependency-checks ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #

type: docs
scope: linter

This PR renames `@nx/cypress:cypress-e2e-configuration` to `@nx/cypress:configuration` to maintain consistency between plugins (e.g. Vite is already `@nx/vite:configuration`). Also renames `@nx/cypress:cypress-component-configuration` to `@nx/cypress:component-configuration` since "cypress" is implied by the package name. **What's...