I am trying to start a React Native project but when I type expo init some-project
I get zsh: command not found: expo
despite having expo installed.
Asked
Active
Viewed 1,517 times
0

jonrsharpe
- 115,751
- 26
- 228
- 437

Slowflake
- 91
- 11
-
Check this https://stackoverflow.com/questions/62971258/expo-cli-installed-but-when-running-any-expo-command-i-get-zsh-command-not-fou – Karunesh Palekar Aug 20 '21 at 18:29
-
Thank you, I've seen this and the echo path that I get is different (for some reason includes Python??). Maybe this is why the solutions aren't working for me.. – Slowflake Aug 20 '21 at 18:32