Prerequisites
Prerequisites to start with Mkdirs.
Learn how to set up the prerequisites to start with Mkdirs.
Prerequisites
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.
# Check if Node.js is installed
node -vGit
Make sure you have installed Git, if you don't have it, you can install it from Git official website.
# Check if Git is installed
git --versionPNPM
Make sure you have installed PNPM, if you don't have it, you can install it from PNPM official website.
# Install PNPM
npm install -g pnpm
# Check if PNPM is installed
pnpm --versionFurther reading
Installation
Learn how to get started with Mkdirs
Last updated on
