Bug: out of memory error while trying to lint nuxt #11249
Labels
bug
Something isn't working
fix: user error
issue was fixed by correcting the configuration / correcting the code
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
Uh oh!
There was an error while loading. Please reload this page.
Before You File a Bug Report Please Confirm You Have Done The Following...
Issue Description
After getting out of memory errors on a CI env when linting, I decided to investigate
It turns out, that I did not artifact the
.nuxt
directory generated by thenuxt prepare
command, and that means the.nuxt/tsconfig.json
to extend from was missingAnd this was causing eslint to infinite loop and go out of memory
I just wanted to share this for anyone with the same issue and maybe as a way to possibly reproduce the issue, but I cannot comment on #1879 and I will not look into this further because I found the direct cause
Reproduction Repository Link
#1879
Repro Steps
Versions
The text was updated successfully, but these errors were encountered: