다른 맥북으로 react-native를 실행하기 위해 npx expo start를 했는데 실행되지 않았다.

**Can't use Watchman: "Operation not permitted"**Ask Question

다음과 같은 에러 메시지가 떴다. watchman에서 문제가 생긴 것 같아 삭제 후 재설치 해주었다.

해결

brew uninstall watchman
brew install watchman
watchman shutdown-server (just in case it's running)
watchman watch-del-all
yarn start --reset-cache