After running npm install -g expo-cli and successfully installing the packages globally, expo is still not recognized as an internal or external co
npm install -g expo-cli
expo
For me, i uninstalled node.js,
i re-installed node.js,
i ran npm install -g expo-cli,
then ran expo --version (the expo command began to work).
Hope this helps.