9 Jul, 2026, 16:35
Using appwrite, it's not possible to build Angular v22 website because the node versions are too old for it.
- Appwrite node-22 is 22.22.0, Angular needs 22.22.3 or +
- Appwrite node-24 is 24.13.0, Angular needs 24.15.0 or +
- Appwrite node-26 don't exists, Angular needs 26.0.0 or + see : https://angular.dev/reference/versions
also the docs doesn't show node-24 as available for SH : https://appwrite.io/docs/products/functions/runtimes
TL;DR
Problem: Angular v22 build fails when using Appwrite due to outdated node versions.
- Angular requires newer Node versions than those provided by Appwrite (22.22.0, 24.13.0).
- Angular needs Node versions 22.22.3, 24.15.0, or higher.
- Appwrite lacks Node-26 support, while Angular demands version 26.0.0+.
- Appwrite documentation doesn't list Node-24 as an available runtime.
Solution: Update the Node versions in Appwrite to meet Angular's requirements for successful builds.Recommended threads
- Build succeeds but deployment fails โ si...
My Next.js 15.5.20 site (standalone output mode) builds successfully on Appwrite Sites, but the deployment fails at the final packaging step with: [sidecar:bui...
- Executor with custom S3 doesn't work in ...
Was testing to upgrade appwrite to 1.9.5 and when testing the S3 part i saw the executor didn't work anymore. When looking closly i saw the `StorageFactory` doe...
- My website is not loading for foreigners
I use my own domain, but I think it is set up correctly. My code is written in HTML+CSS+JS. Please help me๐๐