ottomated / turtle-gambit

[OLD] code to connect to minecraft turtles
242 stars 65 forks source link

Can't yarn frontend. #47

Open CyMc888 opened 2 years ago

CyMc888 commented 2 years ago

I keep trying to yarn the frontend but it keeps giving me the same error.


C:\Users\CyMc\Desktop\turtle-gambit\frontend>yarn
yarn install v1.22.17
warning ..\..\..\package.json: No license field
[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/@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 "C:\\Users\\CyMc\\Desktop\\turtle-gambit\\frontend\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.```                                  
Apachedrag427 commented 2 years ago

you can try doing "npm install" then "npm update" which might work but if not then reinstalling node.js and npm worked for me

CyMc888 commented 2 years ago

Thanks, I think It finally worked!