After running npm install -g expo-cli
and successfully installing the packages globally, expo
is still not recognized as an internal or external command. Does anyone know how I might get around this issue using windows 10, or what to do in terms of something like a path variable.
For Windows 10, you can simply add the npm folder to your path environment variable.
Environment variables
. System variables
, add a new
entry with this content (without /node_modules ):%USERPROFILE%\AppData\Roaming\npm
> expo