Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
May 15, 2024

Conversation

kabirsky
Copy link
Contributor

@kabirsky kabirsky commented May 8, 2024

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 - nuxt/nuxt#23832 (comment)

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

Copy link

linux-foundation-easycla bot commented May 8, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@eslint-github-bot
Copy link

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

@kabirsky kabirsky changed the title Fix endless ERROR [unhandledRejection] read ECONNRESET on some machines fix: endless ERROR [unhandledRejection] read ECONNRESET on some machines May 8, 2024
@eslint-github-bot eslint-github-bot bot added the bug Something isn't working label May 8, 2024
@antfu antfu changed the title fix: endless ERROR [unhandledRejection] read ECONNRESET on some machines fix: dev time endless ERROR [unhandledRejection] read ECONNRESET May 15, 2024
@antfu antfu merged commit dea7f77 into eslint:main May 15, 2024
7 checks passed
@github-actions github-actions bot mentioned this pull request May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants