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 doesn #5

Closed
petershaw23 opened this issue Jun 9, 2020 · 1 comment
Closed

yarn doesn #5

petershaw23 opened this issue Jun 9, 2020 · 1 comment

Comments

@petershaw23
Copy link

tried this on a pi4.
after installing yarn and running yarn install && yarn build i am getting following errors:

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...
error An unexpected error occurred: "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz: ESOCKETTIMEDOUT".
info If you think this is a bug, please open a bug report with the information provided in "/home/pi/snapcast-control/frontend-react/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

@cmfcmf
Copy link
Owner

cmfcmf commented Jun 9, 2020

Hi @petershaw23,

I cannot reproduce the problem. I tried running yarn install on my Pi3 and it worked. You could try running yarn install --network-timeout 1000000 as suggested here: yarnpkg/yarn#4890 (comment) and see if that fixes it.
Another option is to run yarn install and yarn build on a desktop PC and copy the frontend-react/build folder to your Pi.

@cmfcmf cmfcmf closed this as completed Jul 22, 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