F.E/React Native
[ERROR] expo start 에러
pinomaker
2022. 5. 2. 03:49
022-05-02T02:19:44,021: [cli] Failed to open /Users/admin/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Permission denied
Fatal error detected at:
0 libfolly.0.58.0-dev.dylib 0x000000010f13832e _ZN5folly10symbolizer17getStackTraceSafeEPmm + 9
1 libfolly.0.58.0-dev.dylib 0x000000010f1396fb _ZN5folly10symbolizer21SafeStackTracePrinter15printStackTraceEb + 63
2 watchman 0x000000010d02eb06 _ZN8watchman3Log13doLogToStdErrEv + 614
3 watchman 0x000000010d02c6de _ZN8watchman9Publisher7enqueueEO8json_ref + 578
4 watchman 0x000000010cf96051 _ZN8watchman3Log3logIJRA16_KcRA4096_cRA13_S2_NSt3__112basic_stringIcNS9_11char_traitsIcEENS9_9allocatorIcEEEERA2_S2_EEEvNS_8LogLevelEDpOT_ + 459
5 watchman 0x000000010cf8e826 main + 3113
6 dyld 0x0000000118c4751e start + 462
(safe mode, symbolizer not available)
Watchman: watchman --no-pretty get-sockname returned with exit code=1, signal=null, stderr= 2022-05-02T02:19:44,021: [cli] Failed to open /Users/admin/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Permission denied
Fatal error detected at:
0 libfolly.0.58.0-dev.dylib 0x000000010f13832e _ZN5folly10symbolizer17getStackTraceSafeEPmm + 9
1 libfolly.0.58.0-dev.dylib 0x000000010f1396fb _ZN5folly10symbolizer21SafeStackTracePrinter15printStackTraceEb + 63
2 watchman 0x000000010d02eb06 _ZN8watchman3Log13doLogToStdErrEv + 614
3 watchman 0x000000010d02c6de _ZN8watchman9Publisher7enqueueEO8json_ref + 578
4 watchman 0x000000010cf96051 _ZN8watchman3Log3logIJRA16_KcRA4096_cRA13_S2_NSt3__112basic_stringIcNS9_11char_traitsIcEENS9_9allocatorIcEEEERA2_S2_EEEvNS_8LogLevelEDpOT_ + 459
5 watchman 0x000000010cf8e826 main + 3113
6 dyld 0x0000000118c4751e start + 462
(safe mode, symbolizer not available)
expo init을 사용하여 프로젝트 설치 후 expo start로 프로그램을 실행 시켰더니 위와 같은 에러가 나온다.
해결 방법
~/Library/LaunchAgents 폴더를 삭제하고 재실행하면 된다.