'expo issue with ubuntu can't run expo start

i run an application React Naive with Expo, i'm using ubuntu operation system . i did clone the project repo then run the command yarn install then i want run the project on the Expo go on my phone i run expo start the error below

expo start

Command 'expo' not found, did you mean:

  command 'expr' from deb coreutils (8.30-3ubuntu2)
  command 'expn' from deb sendmail-base (8.15.2-18)

Try: sudo apt install <deb name>

i have install node , watchman , Expocli



Solution 1:[1]

I think you didn't install expo-cli module globally.

Use this command for install expo-cli module.

npm i expo-cli -g

You can reference these URLs.

installing node module globally

installing expo-cli

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Hu Zhi Xing