-
### Current Behavior
I'm getting an error when attempting to run nx lint on any of the apps/libs in my repo after migrating to v20.0.10. This is hosting two Next.js apps and `nx run {projectName}` wo…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
## Current Behavior
Locally the yarn test script is running fine but in CircleCI we are seeing this error:
```
/bin/sh: 1: bun: not found
lerna ERR! Failed to process project graph. Run "nx rese…
-
### Current Behavior
Given the following `rollup.config.js` in a monorepo (simplified):
```ts
// packages/react-color-picker/rollup.config.json
import ts from '@rollup/plugin-typescript';
/** @typ…
-
### Current Behavior
Packages bundled with vite are published without compiled code, only package.json file
### Expected Behavior
Package should be published and ready to use with all the compiled …
-
### Current Behavior
Currently, whenever there is a change by creating or deleting an nx-go application or library other `nx/node` apps are affected. This was observed in a repo using both `nx/node…
-
### 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
I have npm [package](https://github.com/dpotera/npm-tests) (with some sub-dependencies), which I'm using in nestjs app.
During build of app creation of lock file fails.
After rem…
-
### Current Behavior
If I try to use `nx generate @nx/nest:service --name=src/app/users`, my terminal is printing out the following error:
```text
[ NX ] Generating @nx/nest:service
Cannot read pr…
-
### Current Behavior
After upgrading to nx version `20.1.0` following the steps in https://nx.dev/nx-api/nx/documents/migrate, i faced a bug where a remote frontend is not working. After serving the …