Yicong-Huang opened a new issue, #6106: URL: https://github.com/apache/texera/issues/6106
### Task Summary `docs/contribution-guidelines/guide-for-developers.md` tells new developers to install a toolchain the repo no longer builds with: | Doc says | Repo actually requires | | --- | --- | | Java JDK 11 | JDK 17 (`build.sbt`, `.jvmopts`) | | Node "LTS > 18.x" | Node >= 24 (`frontend/package.json` engines) | | `npm install -g @angular/cli@16` | Angular 21 (`@angular/core` 21.2.x) | | create new tables "in MySQL" | PostgreSQL | `guide-to-frontend-development.md` also introduces the frontend as "angular framework (version 6)". ### Task Type - [ ] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [ ] Testing / QA - [x] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
