eslint / config-inspector

A visual tool for inspecting and understanding your ESLint flat configs.
https://www.npmjs.com/package/@eslint/config-inspector
Apache License 2.0
518 stars 15 forks source link

fix: dev time endless ERROR [unhandledRejection] read ECONNRESET #50

Closed kabirsky closed 1 month ago

kabirsky commented 1 month ago

I wanted to debug my project not working in this tool (same issue as #48), but when I tried load dev server I was bombarded by endless ERROR [unhandledRejection] read ECONNRESET errors. The problem happens to exist on both my Intel Mac and Windows PC.

After some investigation I found that this problem is persisting on some machines and probably located in latest version of nitropack - https://github.com/nuxt/nuxt/issues/23832#issuecomment-2007449985

After pinning lower version of nitropack problem was gone from my both computers

linux-foundation-easycla[bot] commented 1 month ago

CLA Signed

The committers listed above are authorized under a signed CLA.

eslint-github-bot[bot] commented 1 month ago

Hi @kabirsky!, thanks for the Pull Request

The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.

To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page.

Read more about contributing to ESLint here