Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed as not planned
Description
Before You File a Bug Report Please Confirm You Have Done The Following...
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I havesearched for related issues and found none that matched my issue. (Well I did, but they are locked, which is counterproductive)
- I haveread the FAQ and my problem is not listed.
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 missing
{ "extends": "./.nuxt/tsconfig.json",}
And 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