Skip to content

Prerequisites

Learn how to set up the prerequisites to start with Mkdirs.

Prerequisites

  1. Node.js

    Make sure you have installed Node.js v18 or later, if you don’t have it, you can install it from Node.js official website.

    Terminal window
    # Check if Node.js is installed
    node -v
  2. Git

    Make sure you have installed Git, if you don’t have it, you can install it from Git official website.

    Terminal window
    # Check if Git is installed
    git --version
  3. PNPM

    Make sure you have installed PNPM, if you don’t have it, you can install it from PNPM official website.

    Terminal window
    # Install PNPM
    npm install -g pnpm
    # Check if PNPM is installed
    pnpm --version

Further reading