Skip to main content

Prerequisites and Dependencies

Before starting the setup, ensure you have the following prerequisites and dependencies installed on your system

Prerequisites

  1. Node.js: Ensure you have Node.js v20.5.1 installed. You can download it from nodejs.org.
    node -v

This command should return the installed version of Node.js v20.5.1.

  1. npm (Node Package Manager): npm is installed with Node.js. Check the version with:
    npm -v
  1. Git: Git is essential for version control. You can download it from git-scm.com.
    git --version

Dependencies

  1. TWIN Dependencies: TWIN has its own dependencies listed in the package.json file. To install these dependencies, use the following command in the project directory:
    npm install