We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Run moon setup ▪▪▪▪ installing node 20.7.0 Error: plugin::http × Failed to make HTTP request. ├─▶ request or response body error: error reading a body from connection: │ stream error received: unexpected internal error encountered ├─▶ error reading a body from connection: stream error received: unexpected │ internal error encountered ╰─▶ stream error received: unexpected internal error encountered
Steps to reproduce
- uses: moonrepo/setup-moon-action@v1 with: version: 1.14.0 - run: moon setup
Expected behavior
For moon setup to work in CI.
moon setup
The text was updated successfully, but these errors were encountered:
@marcus-sa Is this consistent?
This error is usually caused by Node.js's mirror.
Sorry, something went wrong.
@marcus-sa Is this consistent? This error is usually caused by Node.js's mirror.
50/50
I added more logging to 1.14.3 to help pinpoint the issue if you want to try it.
Gonna close as this is mostly an issue on Node.j's distro, and this can also be bypassed in 1.16: https://moonrepo.dev/blog/moon-v1.16#force-toolchain-to-use-global-binaries
milesj
No branches or pull requests
Describe the bug
Steps to reproduce
Expected behavior
For
moon setup
to work in CI.The text was updated successfully, but these errors were encountered: