🌐
Expo Documentation
docs.expo.dev › more › expo-cli
Expo CLI - Expo Documentation
November 11, 2025 - Build and run the native apps locally: npx expo run:ios and npx expo run:android. Install and update packages that work with the version of react-native in your project: npx expo install package-name.
🌐
npm
npmjs.com › package › expo-cli
expo-cli - npm
July 5, 2023 - If you have problems with the code in this repository, please file issues & bug reports at https://github.com/expo/expo-cli. Thanks! Installation instructions and documentation here.
      » npm install expo-cli
    
Published   Jul 05, 2023
Version   6.3.10
Discussions

I need to install Expo but I already have React Native CLI setup on Mac I need to do working with both projects
Just install expo-cli globally as well as react-native-cli. I am using both of them with yarn. So no conflict. Just follow the original documentation. More on reddit.com
🌐 r/reactnative
8
1
April 16, 2023
Why cant i install expo?
Facing same issue! Also tried - npm install —global expo-cli and  npx expo start. Node modules are not getting installed. Have you found the fix? More on reddit.com
🌐 r/expo
30
5
October 8, 2024
sh: 1: expo: Permission denied" & EAS Build metadata upload failure
Step 1: Add this to your eas.json file it should work "cli": { "version": ">= 15.0.6", "appVersionSource": "remote", "requireCommit": "true" }, IF step 1 doesnt work move to Step 2: $ npm i -g [email protected] More on reddit.com
🌐 r/reactnative
22
3
February 7, 2025
I'll be hated for this, but I don't want Expo shoved down my throat
I agree with you. Bare RN CLI should be supported and Expo should always be on its side. Now it's the other way around. More on reddit.com
🌐 r/reactnative
102
236
October 24, 2024
🌐
Expo
expo.dev
Expo
Created a new expo app, copied my src folder along with some package installs and was ready in just a few minutes!
🌐
Fig
fig.io › manual › expo-cli
expo-cli | Fig
expo-cli client:install:ios · expo-cli client:install:android · expo-cli credentials:manager · expo-cli customize:web · expo-cli eject · expo-cli prebuild · expo-cli bundle-assets · expo-cli prepare-detached-build · expo-cli export · expo-cli fetch:ios:certs ·
🌐
GitHub
github.com › expo › expo-cli
GitHub - expo/expo-cli: Tools for creating, running, and deploying universal Expo and React Native apps
January 18, 2024 - The modern local Expo CLI is included with the expo package and does not need to be installed separately. Run it with npx expo.
Starred by 2.7K users
Forked by 479 users
Languages   TypeScript 86.3% | HTML 6.9% | JavaScript 6.8%
🌐
Expo Documentation
docs.expo.dev › bare › using-expo-cli
Migrate from React Native CLI to Expo CLI - Expo Documentation
November 11, 2025 - Support for Expo tooling such as expo-dev-client, the Expo Updates protocol and EAS Update. Automated pod install execution when using npx expo run:ios.
Find elsewhere
🌐
React Native
reactnative.dev › docs › getting-started-without-a-framework
Get Started Without a Framework · React Native
1 week ago - You can use React Native Community CLI to generate a new project. Let's create a new React Native project called "AwesomeProject": ... This is not necessary if you are integrating React Native into an existing application, or if you've installed Expo in your project, or if you're adding Android ...
🌐
Expo
expo.dev › tools
Get Expo Tools — Expo
Expo CLI · The interface between devs and Expo · View Expo CLI on GitHub · Expo SDK · Device and system functionality features · API References · Expo Go · Run your project on your own device · Download · Orbit · A desktop app that streamlines development ·
🌐
Expo Documentation
docs.expo.dev › bare › installing-expo-modules
Install Expo modules in an existing React Native project - Expo Documentation
1 week ago - Learn how to prepare your existing React Native project to install and use any Expo module.
🌐
Educative
educative.io › answers › how-to-setup-react-native-with-expo-on-ubuntu
How to setup React Native with Expo on Ubuntu
A smartphone to download the Expo mobile application. Run the following command in your Ubuntu terminal to install the command line interface (CLI) of Expo:
🌐
DhiWise
dhiwise.com › post › easy-steps-to-install-expo-cli-npm-for-your-development
How to Install Expo CLI NPM for Your Development Environment
November 14, 2024 - Learn how to quickly install Expo CLI using NPM to streamline your development process. Read our guide for step-by-step instructions!
🌐
Draftbit Community
community.draftbit.com › c › help › problems-installing-expo-cli
Problems installing expo-cli [resolved] | The Draftbit Community
November 29, 2021 - I'm trying to build my apps locally so I can publish them to the App Store and iOS store. I'm working on Terminal on my MacBook. When I try running $ npm install -g expo-cliI run into all sorts of dependency errors: [Screen Shot 2021-11-29 ...
🌐
GitHub
gist.github.com › mrcodedev › 37b463ae63c0c1d762e6efaf4c26af4f
Como instalar Expo (React Native) · GitHub
PS C:\Users\augusto> npm install -g expo-cli exp npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/exp failed, reason: connect ETIMEDOUT 172.26.70.1:8080 npm ERR! network This is a problem ...
🌐
NotJust
notjust.dev › blog › 2021-11-04-expo-development-environment-setup-for-first-react-native-project-windows
Expo Development Environment Setup on Windows
To install Expo CLI, you simply have to open the terminal and type npm install --global expo-cli. That's it, it's that easy!
🌐
Expo Documentation
docs.expo.dev › develop › tools
Tools for development - Expo Documentation
September 11, 2025 - Expo CLI is a development tool and is installed automatically with expo package when you create a new project.