-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
required nodejs version is EOL #985
Comments
I think this is still a problem with 6.0.0. The PHP code still wants to install nodejs 14 https://github.com/nextcloud/recognize/blob/main/lib/Migration/InstallDeps.php#L42-L44 despite the nodejs part already using nodejs 16 https://github.com/nextcloud/recognize/blob/main/package.json#L66. My distribution removed nodejs 14 and 16 for the next stable release. I have no problem with reverting both and getting them back but I'd imagine other distros will soon have a similar problems were reverting is not always as easy and might demand adding 3rd party sources like nodesource.com which already removed nodejs 14. |
Yes, it still needs to be fixed. |
@marcelklehr I just wanted to ask about this, and fix it myself, but it seems to be fixed in commit a0ae4ac already? Thx for your work! |
That's in no release yet according to git. |
Yes I know that, but what I meant is that I can't help by creating a fix and a pull request for that issue myself, since it is already fixed upstream. |
This will be fixed with v7 |
Describe the feature you'd like to request
Right now the admin ui states:
Currently supported is Node v14.17 and newer v14 releases.
Nodejs 14 is EOL, see https://endoflife.date/nodejs .
Describe the solution you'd like
It should be upgraded to a newer version like 18.
Describe alternatives you've considered
🤷🏼
The text was updated successfully, but these errors were encountered: