nx-console
nx-console copied to clipboard
Nx Console is the user interface for Nx & Lerna.
### Current Behavior I've set the NX_DAEMON_SOCKET_DIR env variable and i started the nx daemon with `nx daemon --start`. Following things are happening: - socket file is created, but directly...
### Current Behavior I receive this error ``` Telemetry: production Graph - init unable to send telemetry: Unable to connect to https://www.google-analytics.com/mp/collect?api_secret=3J_QsvygSLKfjxMXFSG03Q&measurement_id=G-TNJ97NGX40. Error: connect ECONNREFUSED 0.0.0.0:443Error running task: "ENOENT: no...
### Current Behavior If I run `nx generate` from the Nx Console, I get an error: `The terminal process "/bin/zsh '-l', '-c', 'npx nx generate @nx/angular:library [lib-name] --no-interactive --dry-run'" failed...
- Enables plugin isolation for practical testing on Nx console - Updates Nx to latest canary s.t. it has the bug fixes that are relevant.
## Description Currently nx console allows me to run unit tests with the ability to change the watch boolean flag by way of the set flags menu prompt before the...
## Current Behavior I am experiencing an issue where WebStorm (version 2024.1.1) freezes when attempting to merge certain files if the NX-Console plugin (version 1.21.0) is installed. This problem does...
## Current Behavior When I invoke the Move Nx Project refactor action, the Project text filed is very narrow, making it impossible to see what's being entered. ## Expected Behavior...
## Current Behavior Debugging an nx project in webstorm doesn't work. No breakpoints are ever hit. ## Expected Behavior If I set a breakpoint in debug mode, the breakpoint should...
## Current Behavior The UI window when using generators does not show form according to schema of the generator. I get some kind of html response back. Nx Console Idea...