Skip to content

Commit

Permalink
#158: update installation instructions with fixed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbraese committed Mar 16, 2022
1 parent 0c8015f commit d79ae0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ for Cordova) to access native APIs and [Angular][angular] for UI.
#### Quickstart (Tools)

- [git][git]
- [node.js][node]
- [node.js][node] (version 16.14)
- [Ionic CLI][ionic-cli]
- [Visual Studio Code][vscode] with [prettier][vscode-prettier]
- [Android Studio][androidstudio] / [XCode][xcode]

---

For basic UI development you need [node.js][node] installed - further information can be found [here](https://nodejs.org/de/download/package-manager/).
For basic UI development you need [node.js][node] (version 16.14) installed - further information can be found [here](https://nodejs.org/de/download/package-manager/).
As an IDE you can basically choose by your own taste. Our recommendation is to use [Visual Studio Code][vscode] with the code formatter [Prettier][vscode-prettier] using [these settings](.prettierrc.json). This guarantees consistent and uniform code.

##### Clone the repository
Expand Down Expand Up @@ -187,7 +187,7 @@ These tests are automatically executed when pushing to the development branch. T

```
SIMPORT Learning App
Copyright (c) 2020 Sitcom Lab
Copyright (c) 2022 Sitcom Lab
```

[Further information](LICENSE)
Expand Down

0 comments on commit d79ae0c

Please sign in to comment.