Answers for "install expo/cli"

0

install expo cli mac os

npm  install -g expo-cli
npx expo-cli init projectName

cd projectName
npm run ios
npm run android
Posted by: Guest on September-27-2020
12

install expo cli windows

npm install -g expo-cli
Posted by: Guest on February-10-2020
1

how to install expo cli on windows

npm cache clear -f
npm install -g expo-cli
Posted by: Guest on August-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language