Category: Installation
Updated

This solution is summarized from an archived support forum post. This information may have changed. If you notice an error, please let us know in Discord.

How to install appsmith with node.js 4.0 version 10:43 am

Issue

I am having trouble installing Appsmith with Node.js version 4.0. I haven't tried it yet and I'm not sure if it will work. I am being advised to use a higher version of Node.js, preferably >=16.

Resolution

The solution to installing Appsmith with Node.js version 4.0 may not be possible, as it is an outdated version and does not meet the minimum system requirements for Appsmith. It is recommended to use a Node.js version equal to or greater than version 16.

To install Appsmith with Node.js version 16 or higher, follow these steps:



  1. Install Node.js version 16 or higher on your system. You can download the latest version from the official Node.js website.



  2. Clone the Appsmith Git repository from GitHub using the following command:



git clone https://github.com/appsmithorg/appsmith.git



  1. Navigate to the Appsmith directory and install the required dependencies by running the following commands:

cd appsmith/
npm ci



  1. Once the dependencies are installed, you can start the Appsmith server by running the following command:

npm start



  1. Once the server is running, you can access the Appsmith UI by navigating to http://localhost:8080 in your web browser.

Overall, it is recommended to use a Node.js version that meets the minimum system requirements for Appsmith to ensure optimal performance and stability.