@mui/icons-material ESOCKETTIMEDOUT
See original GitHub issueDuplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior 😯
Can’t install icons with yarn add @mui/icons-material
.
Expected behavior 🤔
To install.
Steps to reproduce 🕹
No response
Context 🔦
No response
Your environment 🌎
`npx @mui/envinfo`
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
ESOCKETTIMEDOUT when yarn install · Issue #20559 - GitHub
The issue is present in the latest release. I have searched the issues of this repository and believe that this is not a...
Read more >I tried installing yarn package using powershell. First I typed ...
error An unexpected error occurred: "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.9.1.tgz: ESOCKETTIMEDOUT". info If you think this is a bug, ...
Read more >@mui/icons-material - npm
This package provides the Google Material Icons converted to SvgIcon components. Installation. Install the package in your project directory ...
Read more >React deployment keeps failing with ESOCKETTIMEDOUT
I'm trying to deploy my react app using the vscode extension. However, since a few days I get an error and I don't...
Read more >@mui/icons-material | Yarn - Package Manager
This package provides the Google Material Icons converted to SvgIcon components. Installation. Install the package in your project directory with: // with npm ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The latest additions (5.2.0) increased the package size by about 10% (3.6MB vs 4MB uncompressed). I can add a note to the docs on how to handle timeouts on slower connections (or when the npm registry is slower).
Found the solution in another issue:
yarn add @mui/icons-material --network-timeout 500000
.That’s a reasonably horrific issue and should probably be in the migration docs?