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
This is a more general problem where your global node modules are not in your system path. This question is what you are looking for: Nodejs cannot find installed module on Windows?