Skip to content

Commit 87c6f45

Browse files
authored
Update docs/install.md
1 parent 6b20462 commit 87c6f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ We maintain one-click apps and install scripts for different cloud providers suc
234234

235235
Occassionally, you may run into issues with node.
236236

237-
If you install code-server with `yarn` and upgrade your node version, you may need to reinstall code-server to recompile native modules. Sometimes you can get around this by `cd`'ing into the `lib/vscode` directory under code-server and running `npm rebuild` to recompile those native modules.
237+
If you install code-server with `yarn`/`npm` and upgrade your node version, you may need to reinstall code-server to recompile native modules. Sometimes you can get around this by `cd`'ing into the `lib/vscode` directory under code-server and running `npm rebuild` to recompile those native modules.
238238

239239
An example of this might look like:
240240

0 commit comments

Comments
 (0)