You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, this will be hard to debug without a reproduction. Could you please provide a minimal reproduction in a repo? It would help us investigate the issue and address it.
This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏
Current Behavior
I'm using the command:
nx run project:lint
And the stack of the error:
Linting "project"...
<--- Last few GCs --->
[21564:000001E5C959C2D0] 40479 ms: Mark-Compact (reduce) 4044.5 (4143.4) -> 4042.5 (4143.9) MB, 1655.56 / 0.00 ms (average mu = 0.514, current mu = 0.357) allocation failure; scavenge might not succeed
[21564:000001E5C959C2D0] 42171 ms: Mark-Compact (reduce) 4043.8 (4143.9) -> 4043.3 (4144.7) MB, 1686.24 / 0.00 ms (average mu = 0.303, current mu = 0.003) allocation failure; scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
1: 00007FF65F520B6B node::SetCppgcReference+18123
2: 00007FF65F4924D8 DSA_meth_get_flags+92504
3: 00007FF65FF09821 v8::Isolate::ReportExternalAllocationLimitReached+65
4: 00007FF65FEF2F78 v8::Function::Experimental_IsNopFunction+1336
5: 00007FF65FD54A20 v8::Platform::SystemClockTimeMillis+659328
6: 00007FF65FD51AA8 v8::Platform::SystemClockTimeMillis+647176
7: 00007FF65FD66DBA v8::Platform::SystemClockTimeMillis+733978
8: 00007FF65FD67637 v8::Platform::SystemClockTimeMillis+736151
9: 00007FF65FD75F2F v8::Platform::SystemClockTimeMillis+795791
10: 00007FF65FA36615 v8::CodeEvent::GetFunctionName+116773
11: 000001E5EB21AAFA
Environment
"@angular/animations": "19.1.4",
"@angular/cdk": "19.1.2",
"@angular/common": "19.1.4",
"@angular/compiler": "19.1.4",
"@angular/core": "19.1.4",
"@angular/elements": "19.1.4",
"@angular/forms": "19.1.4",
"@angular/platform-browser": "19.1.4",
"@angular/platform-browser-dynamic": "19.1.4",
"@angular/router": "19.1.4",
"@angular/upgrade": "19.1.4",
"@angular-devkit/build-angular": "19.1.5",
"@angular-devkit/core": "19.1.5",
"@angular-devkit/schematics": "19.1.5",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "~19.1.0",
"@angular/compiler-cli": "19.1.4",
"@angular/language-service": "19.1.4",
"@angular/localize": "19.1.4",
"@babel/plugin-transform-runtime": "^7.22.5",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@ngrx/schematics": "19.0.0",
"@ngrx/store-devtools": "19.0.0",
"@nx/angular": "20.4.0",
"@nx/cypress": "20.4.0",
"@nx/esbuild": "20.4.0",
"@nx/eslint": "20.4.0",
"@nx/eslint-plugin": "20.4.0",
"@nx/jest": "20.4.0",
"@nx/js": "20.4.0",
"@nx/web": "20.4.0",
"@nx/workspace": "20.4.0",
"esbuild": "^0.19.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.13.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "47.0.2",
"eslint-plugin-no-null": "latest",
"eslint-plugin-prefer-arrow": "latest",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-unicorn": "49.0.0",
"eslint-utils": "^3.0.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.7.3",
Expected Behavior
Should be able to lint and fix
GitHub Repo
No response
Steps to Reproduce
nx run project:lint
Nx Report
Failure Logs
Package Manager Version
yarn 1.22.22
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: