Hello, I successfully installed an own tileserver via https://switch2osm.org/serving-tiles/manually-building-a-tile-server-20-04-lts/. For an additional service in Node.js I need Node.js V14, but Node.js V10 has been installed through the mentioned tutorial. Is it possible to Update Node.js to V14? I also heared about nvm to install multiple versions of node.js, but how to run osm with Node.js V10 support and my service with another version simultaneusly? Regards, Dom asked 25 Oct '21, 12:57 Dom771013 |
node.js is not required any more once you have set up the tile server, it is only needed for the compilation of the style sheet. So even if a newer version of node would be problematic, it would not impact the working of the tile server. answered 25 Oct '21, 13:51 Frederik Ramm ♦ |