nx
nx copied to clipboard
Smart Monorepos · Fast CI
Small fix for using jest-runner-groups(https://www.npmjs.com/package/jest-runner-groups) with Nx. ## Current Behavior When running jest executor with extra group argument like: ``` nx run app-nebula-explorer-api:test --group=unit ``` `jest-runner-groups` runs all tests, not...
Hello! Our repository uses Nx and we're currently seeing a High-rated security vulnerability via transitive dependencies. Here's the copied vulnerability message --- The latest possible version that can be installed...
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
### Current Behavior I'm getting an error for every Nx command. Even a simple `nx run myApp:test` fails. Running with Verbose gives me the following error: ``` Failed to process...
@Coly010 Edited the issue to be more correct. ## Description The issue is with Yarn Berry. During project graph creation, Nx will use `require.resolve` to find the paths to the...
### Current Behavior I encountered the following ESLint error when running the nx run-many -t lint command for a newly created workspace with plugin Expected an assignment or function call...
### Current Behavior this bug was hampering removal but the json was instrumented so I could proceed to remove the app https://github.com/nrwl/nx/issues/28323 after app removal subsequent app creation fails nx-console...
### Current Behavior The default `outputs` of the build target generated by Nx Vite is not cached. The build works, if I run the build target a second time, nx...
### Current Behavior Hi, so i'm using nx from a long time specially with the host and remote features, I see several bugs that seems to be present and never...
### Current Behavior CWD is set to the monorepo's root. This breaks tests when eg - loading files with path relative to from app's root (package.json, etc) - configuration with...