-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
rxjs-compat-6.2.2.tgz: ESOCKETTIMEDOUT #6115
Comments
It's probably a large package or a slow network. I believe we let node or the OS use whatever its default http timeout is (normally we don't pass a timeout), but you can override it by adding this line to a
where the number is milliseconds to wait (600000ms = 10min) |
error An unexpected error occurred: "https://registry.yarnpkg.com/rxjs-compat/-/rxjs-compat-6.3.3.tgz: ESOCKETTIMEDOUT". |
But ie i launch the command manually, it is completed in a couple of seconds. Why the connection problem is appearing in the installation process but not with a manual launch ? |
In my case it was the antivirus that was checking every package, and thus slowing down the installation. Try adding your project folder to your antivirus real-time protection exceptions. |
We're getting intermittent timeouts installing dependencies on MacOS, and various issues such as yarnpkg/yarn#6115 indicate that it's likely some kind of network and/or disk I/O (maybe virus/anti-malware) issue, so let's bump up the install timeout.
We're getting intermittent timeouts installing dependencies on MacOS, and various issues such as yarnpkg/yarn#6115 indicate that it's likely some kind of network and/or disk I/O (maybe virus/anti-malware) issue, so let's bump up the install timeout.
We're getting intermittent timeouts installing dependencies on MacOS, and various issues such as yarnpkg/yarn#6115 indicate that it's likely some kind of network and/or disk I/O (maybe virus/anti-malware) issue, so let's bump up the install timeout.
(chore: fix "ESOCKETTIMEDOUT" error when yarn install packages in ci refer to: yarnpkg/yarn#6115 https://azureossd.github.io/2022/09/10/fix-yarn-ESOCKETTIMEDOUT-with-.yarnrc-configuration-file/ )
error An unexpected error occurred: "https://registry.yarnpkg.com/rxjs-compat/-/rxjs-compat-6.2.2.tgz: ESOCKETTIMEDOUT".
yarn manifest:
No manifest
Lockfile:
No lockfile
Nodejs v8.9.1
yarn 1.7.0
windows 10
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: