This page will guide you through preparing your local environment, and installing the Fluent CLI.
Prerequisites
Before installing the Fluent CLI, there are few prerequisites required:
Make sure you are logged in with an Admin User on your local machine, and that you have permissions to install new software.
Install the LTS version of NodeJS (includes npm): Node.js — Download Node.js® Note: The Fluent CLI can support Node versions: `>=20.0.0 <23.0.0` and Npm versions: `>=10.5.0`
Installation
Open a Terminal window
Make sure you have the correct versions of Node and Npm activated on your path:
Run `node --version` and verify the version is greater or equal to 20.0.0 and less than 22.0.0
Run `npm --version` and verify the version is greater or equal to 10.5.0