Yarn Install result in code server timed out #2692
Replies: 1 comment 43 replies
-
Weird, that's the only thing it outputs?
|
Beta Was this translation helpful? Give feedback.
43 replies
Answer selected by
7HE-W0R1D
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed code server and an unofficial node 15 on my raspberry pi zero. It can start normally and I can access it with https over browser. However, several dependencies and modules were missing and when I was installing "spdlog", I accidentally installed the official build of node, which is only node 10 on my armv6. Then I reinstalled node 15 but whenever I type code-server, it responses with a
error timed out
I also tried deleting the code-server folders and runyarn add code-server
again but the error persists. I have no idea about how to fix that since there are no extra info provided by the code server. Any help would be appreciated!Beta Was this translation helpful? Give feedback.
All reactions