Skip to content

Commit

Permalink
Merge pull request #4682 from HSLdevcom/nvmrc
Browse files Browse the repository at this point in the history
add .nvmrc to aid with using the right Node.js version
  • Loading branch information
vesameskanen authored Nov 18, 2022
2 parents 4732f25 + 81dabf4 commit 622569f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v14
7 changes: 5 additions & 2 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
- [Run application in Docker](Docker.md).

## Install requirements
You need Node, yarn (or npm3) and watchman.

- `node -v` should be >= 10.19. There might be problems it is 12 or above
You need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com) (or npm) and watchman.

- `node -v` should be >= 10.19.
- 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).
- With Node.js versions >= 12, there might be problems.
- `yarn --version` should be >= 1.22.0. The project will then use yarn 2 from the included file. (or `npm -v` should be >= 3)

You also need a C compiler:
Expand Down

0 comments on commit 622569f

Please sign in to comment.