Skip to content

Commit

Permalink
Added nodejs version requirement to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Sep 27, 2023
1 parent 43231db commit 6e14c4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion development.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ $ pipenv run flask run # run dev server on port 5000
```

### Web applications

Before installing the web applications, make sure you have Node.js installed in a supported version. The applications require Node.js version **17 or higher**.

```shell
$ sudo apt install nodejs
$ cd web-app
$ yarn install
$ yarn link:dependencies # link dependencies
Expand Down

0 comments on commit 6e14c4b

Please sign in to comment.