a-thousand-channels / ORTE-backend

Application for creating and managing places (or "Orte") on a map
GNU General Public License v3.0
2 stars 3 forks source link

Wrong nodeversion is used #294

Closed ut closed 7 months ago

ut commented 7 months ago

Map-to-go feature complains of a outdated node version.

ut commented 7 months ago

System Node is version 12. Minimum requirement ist Node 14.

If running with passenger standalone and given you have installed node with NVM, change the start command to

$ passenger start --nodejs=/home/USER/.nvm/versions/node/v14.21.3/bin/node

ut commented 7 months ago

fixed