nx-console icon indicating copy to clipboard operation
nx-console copied to clipboard

Nx Console is the user interface for Nx & Lerna.

Results 102 nx-console issues
Sort by recently updated
recently updated
newest added

## Description `Common NX Commands` is nice to have, but in very large monorepos where most developers only work on a part of that monorepo it can be time consuming...

type: feature

## Description I can run a target using nx-console plugin when opening `project.json`, but sometimes I need to run a configuration of a target and need to do it via...

type: feature

We received [a performance issue report](https://youtrack.jetbrains.com/issue/RIDER-122002/IDE-froze-while-typing) in Rider, where the user claims that the IDE freezes sporadically. According to the thread dumps, around 64 threads are blocked while performing the...

type: bug

## Current Behavior Run away processes before getting frustrated and killing all processes ``` % ps -ax | grep node | wc -l 717 ``` After running `killall node` ```...

type: bug

## Current Behavior Intellij is stuck on "Refreshing workspace" ## Expected Behavior The refresh workspace either errors out, or actually finish ## Steps to Reproduce I can't have a clear...

type: bug

## Current Behavior When running nx reset the plugin prevents this due to lock on the nx cache db. ## Expected Behavior The nx reset should be able to complete...

type: bug

## Current Behavior When using `allSourceTags` with the `@nx/enforce-module-boundaries` eslint rule and then open nx.json in vscode you will see this error ![Image](https://github.com/user-attachments/assets/477da95f-907e-45fb-ae57-002cd1a240d9) ## Expected Behavior all allowed properties of...

type: bug

![Image](https://github.com/user-attachments/assets/8c766268-3370-453a-a713-b76494fb02ff) ![Image](https://github.com/user-attachments/assets/46406412-ec5e-481c-9a86-0246422382ca)

type: bug

I think the title is self-explanatory. Sometimes, we need to run our targets from specific directories. My current workaround is to have a second target that uses `nx:run-commands`, sets the...

type: feature

npx nx g @nx/web:app apps/widget-loader-sdk-bundle --bundler=webpack --verbose > NX Generating @nx/web:application √ Which stylesheet format would you like to use? · scss √ Which E2E test runner would you like...

type: bug
blocked: more info needed