tomaspavlin / clubhouse-client

User-friendly web client for Clubhouse - drop-in audio chat. Written in React.
MIT License
34 stars 4 forks source link

Can not to install #2

Closed kiatisak22 closed 3 years ago

kiatisak22 commented 3 years ago

image

Trace: Error: https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.2.tgz: ESOCKETTIMEDOUT at ClientRequest. (D:\work\nodejs\node_modules\yarn\lib\cli.js:141289:19) at Object.onceWrapper (events.js:421:28) at ClientRequest.emit (events.js:315:20) at TLSSocket.emitRequestTimeout (_http_client.js:784:9) at Object.onceWrapper (events.js:421:28) at TLSSocket.emit (events.js:327:22) at TLSSocket.Socket._onTimeout (net.js:483:8) at listOnTimeout (internal/timers.js:554:17) at processTimers (internal/timers.js:497:7)

tomaspavlin commented 3 years ago

Hey, it seems that there is a problem with your internet connection. I suggest to check the network connection and try it again.

kiatisak22 commented 3 years ago

My internet is fine The connection is normal image

kiatisak22 commented 3 years ago

I was able to install it successfully using yarn install --network-timeout 1000000000. I have new problem image

tomaspavlin commented 3 years ago

Please use cd api && yarn run login instead. I am gonna fix this in other version.

kiatisak22 commented 3 years ago

OK. Thank.