Comment on page
Install genezio
To install the genezio you must have Node version >= 16 and a package manager installed on your working machine.
To install genezio, open a terminal on your machine and run:
npm
pnpm
yarn
npm install genezio -g
pnpm install genezio -g
yarn install genezio -g
For MacOS / Linux users:
If you are experiencing a
permission denied
errors when installinggenezio, please prefix your command with `sudo`:
sudo npm install genezio -g
For Windows users:
If you are experiencing
permission denied
errors when installing genezio, run the command below in Powershell:Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Last modified 1mo ago