-
## Current Behavior
The "root" field is required with `run-many`
```typescript
"examples": {
"root": "dummy/path",
"architect": {
"serve": {
"builder": "@nrwl/workspace:run-co…
-
**Describe the bug:**
The Nx CLI is not able to properly run inside a WebContainer. The error seems to be related with the `perf_hooks` package.
**Link to the blitz that caused the error**
htt…
-
## Current Behavior
When I run `nx migrate latest` I eventually get an error
`npm ERR! Unexpected end of JSON input while parsing near '..."name":"Hoàng Văn Khả'`
## Expected Behavior
I exp…
-
It still works but dependency bump would be nice :)
![Bildschirmfoto 2023-02-16 um 13 17 39](https://user-images.githubusercontent.com/11534760/219362610-4339a8fa-2556-4719-bd3c-87dc37d98705.png)
…
-
## Current Behavior
Nx runs unnecessary build to defaultProject (nx.json) when affected:libs returns "workspace".
If I have defaultProject I got an error:
```
Warning: bundle initial excee…
-
### Current Behavior
If in a buildable library build with `ng-packagr-lite` you specify a `styleUrls` path that does not match any file:
```
@Component({
selector: 'xxx',
templateUrl: './zzz.…
-
I'm trying to migrate from 11.0 to 11.2.
I'm getting following error:
```
Running migration rename-workspace-schematic-script
Cannot find module '@angular-devkit/architect'
Require stack:
- /p…
-
## Current Behavior
Whenever any migration tries to read a tsconfig*.json file which contains a trailing comma after property value (example below), the migration fails to read that file and the erro…
-
## Current Behavior
Cypress tests fail
## Expected Behavior
Cypress tests pass
## Steps to Reproduce
Upgrade the existing project using standard migration procedure
### Failure Logs
```
…
-
## Current Behavior
Sometimes I get the following error when running my nestjs nx apps. I have 8 apps and when I try to run them all at once a few of them fail. Re-running the app succeeds.
…