File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
6768Git:
6869* download and install from < https://gitforwindows.org >
You can’t perform that action at this time.
0 commit comments