NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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%


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.

permanent link

answered 25 Oct '21, 13:51

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×204
×199
×92
×26

question asked: 25 Oct '21, 12:57

question was seen: 823 times

last updated: 25 Oct '21, 13:51

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum