From 96b5c3da1d458470ea49191b3c3d67015d11030f Mon Sep 17 00:00:00 2001 From: Dennis Eisermann <73851419+DJE98@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:24:59 +0200 Subject: [PATCH] Updated nodejs version requirement Updated nodejs version requirement from 14 to 16 Signed-off-by: Dennis Eisermann <73851419+DJE98@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0114b406..5f4c940f3 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Nothing to prepare, just dig into the code. ### JavaScript -This requires at least Node 14 and npm 7 to be installed. +This requires at least Node 16 and npm 7 to be installed. Deck requires running a `make build-js` to install npm dependencies and build the JavaScript code using webpack. While developing you can also use `make watch` to rebuild everytime the code changes.