From 0b690ca84f94e332caf9a8916dc878bacfeec035 Mon Sep 17 00:00:00 2001 From: Teppo Kurki Date: Tue, 27 Jun 2023 21:59:15 +0300 Subject: [PATCH] doc: node 16 => 18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a3cb6d28..5eeec7ff5 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Another level up, this document explains how to install Signal K Server, as well Last, here is how to install the Signal K Server application from NPM: Prerequisites: -* Node.js version 16 with latest npm installed (signalk-server works for the time being on Node version >=10, but we are moving to the latest LTS version that is v16 in 9/2021) +* Node.js version 18 with latest npm installed (the server works for the time being on Node version >=16) $ sudo npm install -g signalk-server