Merge pull request #6023 from Ocelot-Social-Community/fix-readme-nvm-usage

docs(webapp): change the used nvm version
This commit is contained in:
Hannes Heine 2023-03-02 11:15:19 +01:00 committed by GitHub
commit 610c60ff6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/):