-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
specs::npm::lifecycle_scripts::node_gyp is flaky #24749
Labels
flaky
a test is not reliable or determinstic
Comments
Not sure if it is related, but I get similar error message when I try to run ➜ deno-api-proxy git:(main) ✗ deno task deploy:dev
Task deploy:dev deployctl deploy --project=deno-api-proxy-dev
ℹ Using config file '/path/to/deno.json'
✔ Deploying to project my-project-name.
✔ Entrypoint: /path/to/main.ts
ℹ Uploading all files from the current dir (/path/to/currentDirectory)
✔ Found 2 assets.
✔ Uploaded 2 new assets.
⠼ Deploying... (100.0%)
⠦ Deploying... (100.0%)
error: TypeError: error reading a body from connection My deploy:dev task just has the following:
Re-running the command worked through. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems to rely on
https://nodejs.org/download/release/v20.11.1/node-v20.11.1-headers.tar.gz
. Any way we could change that to use the test server instead?The text was updated successfully, but these errors were encountered: