Install EAS CLI

Install EAS (Expo Application Services) CLI

Expo CLI is the tool which will help in building our app on cloud without using resources on our local system, follow the steps below to install EAS (Expo Application Services) CLI.

Install EAS Globally

Open terminal (MacOS/Linux) or Command Prompt (Windows) and run the following command to install EAS CLI.

npm install -g eas-cli

After installing run the followind command to verify if the EAS CLI is correctly installed:

eas -v
ℹ️

You should see something like "eas-cli/5.6.0" in your terminal. Now you are all set to make changes to your app.