From f04f471c8f76c73dbe7e6ea418f8da091faf3e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Farka=C5=A1?= Date: Sat, 27 Jan 2024 15:17:45 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b08651e..78f854a 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ Version >=21.6.0 is currently not working correctly. 3. Nagivate to the fm-dx-webserver folder in your terminal and run this command: + In case you haven't installed node-pre-gyp yet: + ```bash + npm install -g node-pre-gyp + ``` + + Afterwards: ```bash npm install ```