Skip to content
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

Yarn Install Timeout for @material-ui/icons #1118

Closed
jonathan-shahen opened this issue May 8, 2020 · 1 comment
Closed

Yarn Install Timeout for @material-ui/icons #1118

jonathan-shahen opened this issue May 8, 2020 · 1 comment

Comments

@jonathan-shahen
Copy link
Contributor

Describe the bug
There seems to be a known bug with yarn timing out for material-ui-icons (mui/material-ui#12432, yarnpkg/yarn#4890 (comment)).

Suggested fix

  • Change yarn install to yarn install --network-timeout 1000000

To Reproduce
Steps to reproduce the behaviour:

  1. Follow README.md instructions (git clone; git checkout develop; yarn install)

Expected behavior
For yarn to install everything without issue.

Screenshots

D:\Users\jonathan\Documents\Repos\tagspaces>yarn install
yarn install v1.22.4
[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...
warning mini-css-extract-plugin@0.5.0: Invalid bin field for "mini-css-extract-plugin".
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, please open a bug report with the information provided in "D:\\Users\\jonathan\\Documents\\Repos\\tagspaces\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Desktop Application:

  • Operating System: Windows 10
  • TagSpaces Version 3.5.2
@uggrock
Copy link
Member

uggrock commented May 11, 2020

fixed with #1120 -> closing

@uggrock uggrock closed this as completed May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants