Font-awesome: ESOCKETTIMEDOUT for free-solid-svg-icons 5.3.1

Created on 17 Sep 2018  ยท  6Comments  ยท  Source: FortAwesome/Font-Awesome

Describe the problem

Attempting to download free-solid-svg-icons package.
I get the following error with yarn add @fortawesome/free-solid-svg-icons

error An unexpected error occurred: "https://registry.yarnpkg.com/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-5.3.1.tgz: ESOCKETTIMEDOUT".

What did you expect?

Expected the package to download and resolve.

What version and implementation are you using?

Version: 5.3.1 (package) 1.9.4 (yarn) 8.11.3 (node)

  • [X] SVG with JS
  • [ ] Web Fonts with CSS
  • [ ] SVG Sprites
  • [ ] On the Desktop

Reproducible test case

Add package yarn add @fortawesome/free-solid-svg-icons
Error times out after 4 attempts.

Bug report checklist

  • [ ] I have filled out as much of the above information as I can
  • [ ] I have included a test case because my odds go _way_ up that the team can fix this when I do
  • [x] I have searched for existing issues and to the best of my knowledge this is not a duplicate

Most helpful comment

Issue solved by increasing the network timeout in .yarnrc file yarn config set network-timeout 600000 -g
`

All 6 comments

Appears to have been an intermittent issue and has now been resolved.

I'm seeing the same thing with 5.5.0

For me also the same thing occur, how to solve this ..? @KrisB1022
Screenshot (3)

@balajibrk the free npm packages are hsoted on registry.yarnpkg.com, and we do not have control on that.

https://status.yarnpkg.com/ does not report issues, so it could also depend on your provider

I think it's a temporary network issue, please check your network connection and try again later

I cannot replicate this from Italy

 $ yarn upgrade
yarn upgrade v1.17.3
warning ../../package.json: No license field
[1/4] ๐Ÿ”  Resolving packages...
[2/4] ๐Ÿšš  Fetching packages...
[3/4] ๐Ÿ”—  Linking dependencies...
[4/4] ๐Ÿ”จ  Rebuilding all packages...
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
โ””โ”€ @fortawesome/[email protected]
info All dependencies
โ””โ”€ @fortawesome/[email protected]
โœจ  Done in 1.28s.

Issue solved by increasing the network timeout in .yarnrc file yarn config set network-timeout 600000 -g
`

Issue solved by increasing the network timeout in .yarnrc file yarn config set network-timeout 600000 -g
`

2020/07
It worked this solution!
Thank you!!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

omnimint picture omnimint  ยท  3Comments

huuphat picture huuphat  ยท  3Comments

faithdong picture faithdong  ยท  3Comments

sezeresen picture sezeresen  ยท  3Comments

douglasdeodato picture douglasdeodato  ยท  3Comments