본문 바로가기
IT/react-native

[react-native] expo Error: EMFILE: too many open files, watch 에러 해결 방법

by Josh.P 2021. 6. 14.
반응형

expo를 React Native를 사용해서 react-native를 공부하고 있는데, expo start를 입력했을 때, 아래와 같은 오류가 발생했습니다.

Error: EMFILE: too many open files, watch

위와 같은 에러가 발생 할 경우, 다음과 같은 방법으로 해결하면 됩니다.

brew update
brew install watchman
반응형

댓글