OpenHausIO / backend

HTTP API for the OpenHaus SmartHome/IoT solution
https://docs.open-haus.io
6 stars 2 forks source link

Add a warngin when unsupported node.js version is used #471

Closed mStirner closed 5 months ago

mStirner commented 5 months ago

Due to some options/incompatibilities with older node versions e.g. https://github.com/OpenHausIO/backend/issues/470 there should be a warning on startup.

There is already a node.js version specified in [package.json]() which can be used to compare to: https://github.com/OpenHausIO/backend/blob/500f0b87d29919d1863bdf60abbbf70f91d0b66b/package.json#L25-L27