Last active
April 8, 2020 02:11
-
-
Save fatihyildizhan/98e89603272bce512cd7308dc2b5c461 to your computer and use it in GitHub Desktop.
Install expo-cli global
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] --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