Newbie question install expo on mac os


I have run npx install multiple times and have run audit fix but ends up just looping back and forward breaking. Any help is appreciated.

Hi @jyqx

Check if you have expo-cli in your dependencies or devDependencies in package.json. If so, uninstall it. (The same goes for eas-cli.)

Then run npx expo install --check and npx expo-doctor to check for possible problems