Prerequisites
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.
Terminal window # Check if Node.js is installednode -v -
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 installedgit --version -
PNPM
Make sure you have installed PNPM, if you don’t have it, you can install it from PNPM official website.
Terminal window # Install PNPMnpm install -g pnpm# Check if PNPM is installedpnpm --version
Further reading
Installation Learn how to get started with Mkdirs