open-eats / OpenEats

:pizza: Self Hosted Recipe Management App :hamburger:
https://open-eats.github.io/
MIT License
669 stars 102 forks source link

nodejs 13.x is deprecated #141

Open jinnatar opened 3 years ago

jinnatar commented 3 years ago

Manual install instructions guide to installing nodejs 13.x but doing so results in a massive warning:

                             DEPRECATION WARNING                            

  Node.js 13.x is no longer actively supported!

  You will not receive security or critical stability updates for this version.

  You should migrate to a supported version of Node.js as soon as possible.
[snip]

Is the software not compatible with higher versions? i.e. is it just a matter of updating the documentation, or is there a larger effort needed to migrate to a non-obsolete version?

sepulzera commented 2 years ago

Did you try using a more recent version of Node.js? You could have luck simply using node 16 (or at least 14).

jinnatar commented 2 years ago

Didn't attempt it unfortunately at the time since despite the deprecation warning, everything sort of worked. I did however later interpret not receiving any response on this bug as the project being abandoned, and moved on to another one that is still maintained.

sepulzera commented 2 years ago

Wow, didn't expect a reply after so many months! What project did you move to? I didn't find any viable OSS-solution.

jinnatar commented 2 years ago

https://hay-kot.github.io/mealie/

It's been heavily in development so has some stability issues between versions but is turning out quite nice.