Skip to content

Commit

Permalink
chore: update installation docs (nodejs 16, yarn 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Sep 14, 2023
1 parent eb20132 commit 89a2c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

You need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com) (or npm) and watchman.

- `node -v` should be >= 12.x (version 12.22.12 is known to work)
- `node -v` should be >= 16.x (version 16.20.2 is known to work)
- We recommend that you use [`nvm`](https://github.com/nvm-sh/nvm) to install a specific Node.js version. Optionally, you can also set up [its automatic version switching shell integration](https://github.com/nvm-sh/nvm/tree/e6fa80cb6178ff4e9735265281b5eae811f05f11#deeper-shell-integration).
- `yarn --version` should be > 1.22.0 (version 2.4.1 is known to work). The project will then use yarn 2 from the included file. (or `npm -v` should be >= 3)
- `yarn --version` should be >= 3 (version 3.4.1 is known to work). The project will then use yarn 3 from the included file.

You also need a C compiler:
- Linux: GCC 4.6 or later
Expand Down

0 comments on commit 89a2c5c

Please sign in to comment.