Closed xiv-bazed-ai closed 8 months ago
Did some testing with node 18, so far it works fine except one issue: recursive file watching is not supported on Linux until 19.1.0
(https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V19.md#fswatch-recursive-support-on-linux). With it disabled, bazed
works on 18, but you need to manually restart the dev server each time you make a change.
@ernstov has dropped the minimal required Node to 16 😎
Currently we are requiring Node 20.11.0 LTS. Some users are still on lower versions like 18. I'm not sure if we actually need Node 20 so it would be nice to check whether we can downgrade. We should require the actual lowest possible version.