Skip to content

Commit 503606f

Browse files
committed
update node version, it seems we need at least 12
1 parent 6be1794 commit 503606f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Detailed setup instructions can be found in each application's README file. To c
5656

5757

5858
1. Make sure you have [Java 8 or higher](https://adoptium.net/) installed.
59-
1. Install [Node](https://nodejs.org/en/). Version 8.2 or later is required. You can check the currently installed version by running `node --version`.
59+
1. Install [Node](https://nodejs.org/en/). Version 12 or later is required. You can check the currently installed version by running `node --version`.
6060
1. Install Python. We don't use Python ourselves, but some Node.js packages require native addons that are built using node-gyp, which requires Python. See the [node-gyp README for details on which Python version to install](https://github.com/nodejs/node-gyp#on-unix).
6161
1. Install Maven (see [https://maven.apache.org](https://maven.apache.org) for installation instructions).
6262
1. Run the `run_all_applications` script suitable for your platform. Note that the frontend applications might be running before the backends are ready. In that case, just reload the page in the browser.

0 commit comments

Comments
 (0)