Comment on page
Getting Started with the CLI
To install the genezio CLI you must have Node.JS (a version greater than Node 14) and the package manager installed on your working machine.
Before installing the genezio CLI tool, be sure you have the prerequisites installed on your working machine.
npm
pnpm
yarn
You can install it by simply running:
npm install genezio -g
pnpm install genezio -g
yarn install genezio -g
If you are experiencing a
permission denied
error on genezio install, please prefix your command with `sudo`.
E.g. `sudo npm install genezio -g`
- macOS
- Windows
- Linux
Last modified 1mo ago