From 06dfd97be0e007cfcfd6bb3cc6d052530d78a61b Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Fri, 29 Dec 2017 22:49:47 +0100 Subject: [PATCH] Add doc about NodeJS being required --- doc/0.getting_started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/0.getting_started.md b/doc/0.getting_started.md index a2f7c2c..421e6d6 100644 --- a/doc/0.getting_started.md +++ b/doc/0.getting_started.md @@ -45,6 +45,10 @@ An alternative method is available using Docker. See [2.docker.md](2.docker.md). `npm install && npm run build:dev` (use `build:prod` in production). 7. Use `python -m flatisfy serve --config config.json` to serve the web app. +Note: `Flatisfy` requires an up-to-date Node version. You can find +instructions on the [NodeJS website](https://nodejs.org/en/) to install latest +LTS version. + ## Available commands