-
Notifications
You must be signed in to change notification settings - Fork 7
Upgrade Node.js to version 18+ #33
Comments
Hmmm, I kind of remember Arik saying 18 has problems. No idea of the details though. It might just be a dependency thing, so could become "not a problem" once we've upgraded things a bit. Really not sure though. |
Upgrading will not bring substantial effect, and may cause instability. Upgrading is not recommended for the time being. |
When I was deploying on Vercel today, I encountered this issue. I think it is necessary to open this issue.
|
Ouch. 😦 |
The compatibility watershed for many libraries is Python 3.9. Currently, our backend code is built on Python 3.7, and I think it should be changed to Python 3.8 when appropriate. Our frontend code is built on Node.js 14.7.0, and I think we should start using Node.js 18, but this may require a transition to Node.js 16. As long as most scenarios can run, I think the update is worth it. This way, we can fix the code at a higher point. |
Ugh. I'm not sure why libraries are dropping support for Python 3.8 when it's not End of Life yet, and won't be until the end of next year: |
I mean to give up on Python 3.7 and switch to Python 3.8. |
Yeah, Python 3.7's official End of Life is in... 6 days. 😄 |
There is such a repository from python 3.10 https://github.com/Dingolytics/redash-wild-server |
Cool. That's a very interesting repository @konnectr. 😄 |
Now the minimum version of Debian installed by default is already V18.x, and I hope the Node.js version of Redash can be updated.
The text was updated successfully, but these errors were encountered: