From 5ba0c4c68ca242fc084c11e59969943a7e8f3594 Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Mon, 15 Jan 2024 23:53:03 -0500 Subject: [PATCH] fix: update recommended node version Signed-off-by: Andrew Calcutt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e750a..9a76142 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Vector and raster maps with GL styles. Server-side rendering by MapLibre GL Nati Download vector tiles from [OpenMapTiles](https://data.maptiler.com/downloads/planet/). ## Getting Started with Node -Make sure you have Node.js version **18.17.0** or above installed. Node 18 is required. (running `node -v` it should output something like `v18.x.x`). Running without docker requires [Native dependencies](https://maptiler-tileserver.readthedocs.io/en/latest/installation.html#npm) to be installed first. +Make sure you have Node.js version **18.17.0** or above installed. Node 20 is recommended. (running `node -v` it should output something like `v20.x.x`). Running without docker requires [Native dependencies](https://maptiler-tileserver.readthedocs.io/en/latest/installation.html#npm) to be installed first. Install `tileserver-gl` with server-side raster rendering of vector tiles with npm.