Skip to content

Instantly share code, notes, and snippets.

@fatihyildizhan
Last active April 8, 2020 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatihyildizhan/98e89603272bce512cd7308dc2b5c461 to your computer and use it in GitHub Desktop.
Save fatihyildizhan/98e89603272bce512cd7308dc2b5c461 to your computer and use it in GitHub Desktop.
Install expo-cli global
I used these to install it:
bash you need to change the default terminal as bash first.
-> https://conemu.github.io/
maybe the new windows terminal does support bash too
-> https://github.com/microsoft/terminal/releases
Install Nodejs: (I don't need a higher version and it can give errors.)
-> v12.9.0
clean npm cache
-> npm cache verify
then run I ran this command on conEmu
-> npm install expo-cli --global --no-optional
or
-> npm i expo-cli@3.5.0 --global
or
-> npm install expo-cli --global
Voilà!
I hope this works for you too.
Plus, if you need to upgrade your older expo project to a newer version then you may check these steps too.
-> https://gist.github.com/fatihyildizhan/3e4e038422e7522211409a93e3302ee1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment