Fixing EXPO command Not Found on Window 10

  1. Hit Windows key and search for Environment variables.
  2. Inside the Path variable under System variables, add a new entry with this content (without /node_modules ): %USERPROFILE%\AppData\Roaming\npm
  3. Open a new command prompt and enter: expo

Leave A Comment?