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 ## Expected Behavior ## Related Issue(s) Fixes #

### Current Behavior My nextjs applications are no longer being served locally. While waiting for the initial build to view application locally in the browser, after a minute or two...

type: bug
blocked: retry with latest
scope: nextjs

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

## Current Behavior ## Expected Behavior - move normalizeExecutorSchema, isNxExecutor and readExecutor to packages/nx/src/command-line/run/executor.ts ## Related Issue(s) Fixes #

### Current Behavior Plugin uses locally installed `eas-cli` package ### Expected Behavior Using version installed globally as stated in documentation https://github.com/expo/eas-cli `expo-doctor` detects types incompatibility if adding `eas-cli` locally. ###...

type: bug

## Current Behavior `Cannot read properties of undefined (reading 'length')` ## Expected Behavior Should just skip if array is undefined. ## Related Issue(s) Fixes #17966

AI Docs - powered by GPT, following example of Supabase AI docs.

### Current Behavior After upgrading nx from 16.3 to 16.4, `yarn build` fails to find any projects: ``` > NX Failed to process the project graph with "nx-js-graph-plugin". Source project...

type: bug

### Documentation issue - [ ] Reporting a typo - [ ] Reporting a documentation bug - [ ] Documentation improvement - [ ] Documentation feedback ### Is there a...

## Current Behavior Installation of packages using `ensurePackage` and `create-nx-workspace` fail for Yarn Berry because they create temp folder that might be targeting different yarn version Let's assume this folder...