-
### Current Behavior
When placing Nx targets in a workspace's root `package.json` file:
```jsonc
{
"name": "client-vscode",
"version": "0.0.0",
"private": true,
"workspaces": [
...
],
…
-
### Current Behavior
Postinstall script hangs when installing with pnpm on MacOS.
### Expected Behavior
Postinstall script finishes.
### GitHub Repo
Every repository using nx, no specific reposit…
-
### Current Behavior
Info about the workspace:
* 17 npm packages. Independent versioning via git tags (using generic names as they're private)
* Recently migrated from Lerna
* Using pnpm workspaces a…
-
### Plugin Name
@nxrocks/nx-spring-boot
### Nx Report
```~/Workspace/Work/Bedrock git:[main] bunx nx report
NX Report complete - copy this into the issue template
Node : 20.18.0
…
-
### Current Behavior
I just installed a fresh Nx workspace and can't generate a NestJS or NextJS app, as it says it doesn't "support the current TypeScript" setup, whatever that means. Even using `--…
-
### Current Behavior
I'm using NX release programmatic approach with a custom registry
The issue is when running the custom release script, the custom registry is not resolved/read from the `.npmrc`.…
-
### Current Behavior
I am using `nx@19.8.6' instead of `nx@latest`, which results in the same issue. When I create a Go workspace using the command specified in your docs, it creates the workspace.…
-
### Current Behavior
After upgrading from NX17.3.0 to 17.3.1 loading file using .js extension fails with error Cannot find module
example
import { Example as ExampleBase } from './example.js';
Mod…
-
### Current Behavior
Error: warning ../../../../package.json: No license field
error Command failed with exit code 1
### Expected Behavior
The Nx workspace should be successfully created without er…
-
### Which @ngrx/* package(s) are the source of the bug?
store-devtools
### Minimal reproduction of the bug/regression with instructions
providing a repo with MFE hosts and remotes
all have o…