adrianhajdin / project_react_native_jobs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Category Info Object not found

Kiashh opened this issue · comments

commented

Hi after running npm install -g expo-cli I try to run the command expo-cli --tunnel and I get an error message saying expo-cli not found and that I should check the spelling and if it is okay I should specify the path variable on my control panel can I please have some assistance with this

do expo-cli start --tunnel instead

This applies to the legacy expo-cli package which is no longer used in Expo SDK 46 and greater. Either you do not have expo-cli installed or it is not properly configured in your $PATH . Install expo-cli if you have not already. Otherwise, check how to set your $PATH based on your OS.

https://docs.expo.dev/workflow/common-development-errors/