Yarn ESOCKETTIMEDOUT?

I am having a lot of trouble with yarn, similar to Networking connection error when trying to deploy static sites

==> Detected Node version 18.16.0
render@w3-staging-pr-142-shell:~/project/src$ yarn install --network-timeout=30000
yarn install v1.22.5
[1/4] Resolving packages…
[2/4] Fetching packages…
info There appears to be trouble with your network connection. Retrying…
info There appears to be trouble with your network connection. Retrying…
info There appears to be trouble with your network connection. Retrying…
info There appears to be trouble with your network connection. Retrying…
info There appears to be trouble with your network connection. Retrying…
info There appears to be trouble with your network connection. Retrying…
info There appears to be trouble with your network connection. Retrying…
info There appears to be trouble with your network connection. Retrying…
error An unexpected error occurred: “https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz: ESOCKETTIMEDOUT”.
info If you think this is a bug, please open a bug report with the information provided in …
info Visit … for documentation about this command.

(two removed links so i could create this post)

Hi Robb,

Are you still running into this issue? I see that the PR service you mentioned has been deleted now.

From the logs you posted, it seems like you may be instlaling dependencies from the shell of the service. We would typically recommend including this as part of the build step or build script. Let me know if you’re still encountering these errors.

Best,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.