appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.67k stars 3.75k forks source link

chore: Update minimum node version required to run client code for local development. #37379

Open shubham88fru opened 1 week ago

shubham88fru commented 1 week ago

SubTasks

I was trying to setup Appsmith client code on local and realised that the docs don't reflect the correct (minimum) version of node required to setup the project.

Screenshot 2024-11-13 at 4 52 13 PM

In the latest code, we need atleast node v20.x but docs still say that we'd need v18.x. This leads to following error when trying to setup/start the client project -

Screenshot 2024-11-13 at 4 54 40 PM
shubham88fru commented 1 week ago

@Nikhil-Nandagopal I stumbled upon this issue while following the setup guide so updated the document in the mentioned PR.