# 문제
metro 실행 시 아래와 같은 오류가 났다.
Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
# 해결
이전에 실행하던 다른 프로젝트의 메트로가 제대로 종료가 안돼서 나타나는 에러이므로 캐시를 정리해 줘야한다.
=> npx react-native start --reset-cache
'트러블 슈팅 > react-native' 카테고리의 다른 글
[react-native] 빌드 오류 - Task :app:createBundleReleaseJsAndAssets FAILED (0) | 2023.05.24 |
---|---|
[react-native] Module AppRegisty is not a registered callable module... (feat. 어이없는 실수) (0) | 2023.03.12 |
[react-native] 실제 기기 연결 - adb devices 기기 목록에 안뜨는 현상 해결 (1) | 2023.03.12 |
[react-native] navigation props를 전달 할 수 없을 때 페이지 이동하기 (0) | 2023.01.14 |
npm ELIFECYCLE 에러 (0) | 2022.11.14 |