sagentic-ai / sagentic-af

😎 Sagentic.ai Agent Framework - Sagentic.ai is a unified platform for building, running and scaling autonomous agents.
https://sagentic.ai
MIT License
66 stars 5 forks source link

Downgrade to lowest Node version possible #9

Closed xiv-bazed-ai closed 8 months ago

xiv-bazed-ai commented 9 months ago

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.

Lachann commented 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.

xiv-bazed-ai commented 8 months ago

@ernstov has dropped the minimal required Node to 16 😎