Change the used nvm version.

This commit is contained in:
elweyn 2023-02-23 10:02:21 +01:00
parent 991080f3a7
commit ee4d6c5b2f

View File

@ -10,8 +10,8 @@ between different local Node versions:
```bash
# install Node
$ cd webapp
$ nvm install v16.19.0
$ nvm use v16.19.0
$ nvm install v19.4.0
$ nvm use v19.4.0
```
Install node dependencies with [yarn](https://yarnpkg.com/en/):