Skip to content

Installation

Before you begin, ensure your system meets the following requirements:

  • Node.js 18.0 or higher
  • npm, yarn, or pnpm package manager
  • Operating System: Windows, macOS, or Linux
Terminal window
npm install your-package-name
Terminal window
yarn add your-package-name
Terminal window
pnpm add your-package-name

After installation, verify it was successful by running:

Terminal window
npx your-package-name --version

If you see the version number, the installation was successful.