-
The code-server has been updated recently, and I want to know how to perform a hot update. Installation method: npm Hope someone can help me. |
Beta Was this translation helpful? Give feedback.
Answered by
jsjoeio
Jun 1, 2021
Replies: 2 comments
-
What do you mean to say by a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Assuming you've installed with npm, then you can run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leaf2006
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you've installed with npm, then you can run
npm install -g code-server@latest
which should install the latest version