nx-console
nx-console copied to clipboard
Nx Console is the user interface for Nx & Lerna.
## 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...
## 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...
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...
## Current Behavior Run away processes before getting frustrated and killing all processes ``` % ps -ax | grep node | wc -l 717 ``` After running `killall node` ```...
## 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...
## 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...
## 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  ## Expected Behavior all allowed properties of...
Nothing is displayed after refreshing the workspace in webstorm, but everything is normal in vscode.
 
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...
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...