-
## Current Behavior
@nrwl/node application does not transpile to esm so esm-only packages (like node-fetch) fail.
## Expected Behavior
Should transpile to esm
## Steps to Reproduce
1. npx cre…
-
### Current Behavior
When editing an input file to a cached task, it only hits the cache on the first re-run of the task. Subsequent re-runs of that task (after subsequent changes) hit the cache when…
-
### Current Behavior
Since updating `nx` and related `@nx` dependencies from 19.7.3 to 19.7.4 onwards. When trying to locally debug failing tests, the task fails. This causes issues when trying to …
CA-en updated
2 weeks ago
-
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities.
## Recommendations
_Last analysis: Nov 06 | Next scheduled analysis: Nov 13_
**NOTE**: I'v…
-
I created an empty workspace using
```shell
npx create-nx-workspace my-org --preset=empty
```
Then I tried to run
```shell
npm install --save-dev @nxtend/ionic-angular
```
I got the …
-
## Current Behavior
Error [ERR_REQUIRE_ESM]: require() of ES Module *** from *** not supported.
## Expected Behavior
Npm libs bundled with ESM only module should be supported.
## Steps to …
-
### Current Behavior
`GeneratePackageJson` will not copy and trim `overrides` / `patchedDependencies` to the generated lockfile (or `package.json`)
### Expected Behavior
The expectation is that the…
-
Hey, I ran the following commands:
- `npx create-nx-workspace resell --preset=empty`
- selected yes on nx cloud
- `npm install @nrwl/expo --save-dev`
When running npx nx run resell I'm getting the…
-
## Current Behavior
When running watch I receive an error:
```bash
NX Daemon is not running. The watch command is not supported without the Nx Daemon.
```
Watch cmd
```bash
lerna w…
-
### Command
build
### Description
Hi. This feature exists for a long time in angular-builders and nx custom builders' code.
`plugins` allows adding vite plugins; we use this option to use custom pl…