Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cant Install expo cli

Tags:

react-native

I'm trying to install Expo CLI for React Native
The latest version of Node js also installed

in command prompt, I typed npm install expo-cli --global

I'm getting error

npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
[..................] \ fetchMetadata: WARN deprecated [email protected]: request has been deprecated, see https://github.com

I also checked the GitHub issues/3142 but not found any solution

like image 573
Arifullah irfann Avatar asked Aug 09 '26 09:08

Arifullah irfann


1 Answers

I was having the same issue install expo-cli with npm it gives WARN of [email protected] deprecation, then what I did, simply install

 npm install -g yarn

and after that

 yarn global add expo-cli

and now it's successfully installed expo-cli, and I have the latest version of expo-cli as of today.

 $ expo --version
   3.15.4
like image 91
imran qasim Avatar answered Aug 11 '26 05:08

imran qasim



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!