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 When I execute @nx/react:stories, it generates stories for files that already have stories... ``` /Users/louislecouturier/Documents/Resply/code/resply/node_modules/.bin/nx g @nx/react:stories --project=ui-shared --no-interactive --dry-run > NX Generating @nx/react:stories NOTE: The "dryRun"...

type: bug
blocked: repro needed
scope: storybook

### Current Behavior I followed the instructions https://nx.dev/packages/storybook to setup storybook in our Angular project where we are using nx 16. When trying to start storybook with `nx run ui-components:storybook`...

type: bug
blocked: repro needed
scope: storybook

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

### Current Behavior ``` $ ./node_modules/.bin/nx run-many --target=build --exclude='@react-docgen-internal/*' --verbose > NX Running target build for 2 projects: - @react-docgen/cli - react-docgen ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— > NX Successfully ran target build...

type: bug

### Current Behavior Environment variables that are prefixed with `NX_` are undefined during development in Next.js on a client. They work as expected on the server's side. It works correctly...

type: bug
scope: nextjs

## Current Behavior Right now dependsOn syntax allows to specify only the name of the target. However, there're certain scenarios where it would be beneficial to have an ability to...

scope: core

### Current Behavior Unfortunately the Gitlab Integration for Selfhosted aka Enterprise does not work properly. First of all when filling out the form with the Project ID, Access Token and...

type: bug

### Current Behavior If I want to format the code with `prettier` I get an error in the output and the code isn't formatted. ### Expected Behavior Format the code...

type: bug
scope: misc

## Current Behavior A wrong utility is used to run an Nx command in an E2E test case for esbuild and a wrong path in an expectation is used. Also,...

Preview of doc changed: https://nx-dev-git-fork-leosvelperez-docs-typo-nrwl.vercel.app/more-concepts/monorepo-nx-enterprise#apps-and-libs ## Current Behavior In https://nx.dev/more-concepts/monorepo-nx-enterprise#apps-and-libs there's a typo in `They have well-≠defined public API.`. Note the `-≠`. ## Expected Behavior https://nx.dev/more-concepts/monorepo-nx-enterprise#apps-and-libs should have no typo....