React Native/React Native_error

[React Native - android] Error: EISDIR: illegal operation on a directory

bocoder
728x90
반응형

* 아래 글을 디버깅 하던 중 발생한 에러이다.

[React Native - android] app crashes without any error log

https://bocoder.tistory.com/24

 

 

debug 모드 실행 > http://localhost:8081/debugger-ui/  > 개발자 도구(F12) 까지 준비하면,

아래 로그가 찍힌다.

* 참고 : https://github.com/microsoft/react-native-windows/issues/7451

 

 

해당 로그가 안찍히도록 하는 방법은 아래와 같다.

: 개발자도구 > Sources > ⚙︎ (setting) > 'Enable JavaScript source maps' & 'Enable CSS source maps' 를 체크 해제

 

* 참고 : https://stackoverflow.com/questions/61339968/devtools-failed-to-load-sourcemap-could-not-load-content-for-chrome-extension

 

 

728x90
반응형