circle-exclamation
The Documentation page is currently a work in progress

Requirements

Dependencies:

  • Node.js 20.x.x LTS or above

  • Hosting (VPS, Dedicated Server, Bot Hosting) with at least 512MB of RAM and 1 CPU core

  • A text editor

  • A stable Internet connection

  • All NPM packages listed in the package.json (automatically installed with npm install)

triangle-exclamation

Windows Dependencies

  1. Visual Studio Desktop Development C++

    • Required for compiling native Node.js modules.

  2. Install Node.js LTS

  3. Install Build Tools

    • Open an administrative Command Prompt and run the following command to install the necessary build tools:

npm install --global --production --vs2018 --add-python-to-path windows-build-tools

Linux Dependencies

Required Packages

  • Common Packages:

    • autoconf, automake, g++, libtool, build-essential

    • These tools are required to build and run native Node.js modules.

Installing Node.js and Dependencies

For Debian/Ubuntu: Run the following commands to install the required packages and the latest Node.js LTS:

For CentOS/RHEL: Run these commands to install the required packages and the latest Node.js LTS:

Verify Installation

After installation, verify that Node.js and npm are correctly installed by running:

Was this helpful?