config-inspector
config-inspector copied to clipboard
fix: endless ERROR [unhandledRejection] read ECONNRESET on some machines
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
The committers listed above are authorized under a signed CLA.
- :white_check_mark: login: kabirsky (c7ebf6539940e251aeed8dc56dbbb884238e9341, a77edf39847750c35fbd0e7a075817fbdd9a6410)
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.
- The commit message tag wasn't recognized. Did you mean "docs", "fix", or "feat"?
- There should be a space following the initial tag and colon, for example 'feat: Message'.
- The first letter of the tag should be in lowercase
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