Unable to use code-server at all #2432
Unanswered
ChokunPlayZ
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Could you try going into `lib/vscode` and then running `npm rebuild`?
That should get rid of the version mismatch errors.
This can happen if you run code-server with a different version of Node
than the one it was built with.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried to do rebuild in lib/vscode and this error comes up and I don't know exactly how to run different version of node |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
code-server --version
: 3.7.4 11f5378I'm able to access the code-server but it says disconnected and it attempting to reconnect but unsuccessful
I know that the problem comes from the server
here is the log I been getting
https://pastebin.com/vPqcYkTw
I tried running both of these commands and still the same problem
npm rebuild
npm install
Beta Was this translation helpful? Give feedback.
All reactions