This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Update Node on Ubuntu 20.04.3 from 10 to 14 when installed via tutuorial

1

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's gravatar image

Dom771013
61336
accept rate: 0%


One Answer:

3

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%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .