Skip to content

Commit 6ed8f27

Browse files
committed
Update Windows prerequisites
1 parent 20d649f commit 6ed8f27

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/installation/prerequisites.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ Python 3.12:
6060
* download and install from <https://www.python.org/downloads/windows/>
6161
* check **Add Python to environment variables** during setup
6262

63-
Node JS (only needed with the [development setup](../development/setup)):
64-
* download and install from <https://node.js.org/en/download/package-manager>
65-
* check https://github.com/rdmorganiser/rdmo/blob/main/.nvmrc for the major version used in RDMO (currently `18`)
63+
NVM for Windows (only needed with the [development setup](../development/setup)):
64+
* download and install from <https://github.com/coreybutler/nvm-windows>
65+
* NVM for Windows is not able to parse the `.nvmrc` file, therefore `nvm install 22.16` (initially)
66+
and `nvm use 22.16` (in every new session) need to be called manually.
6667

6768
Git:
6869
* download and install from <https://gitforwindows.org>

0 commit comments

Comments
 (0)