이제 프로젝트를 합칠 때 난 오류들을 차차차차 쌓아나가보려고 합니다.
오류를 적어놔야 나중에 다시 할 때 어디까지 했는지도 기억나고
어떤 오류를 거쳤었는지 복기해볼 수도 있고
다음에 비슷한 오류가 있으면 찾아볼 수도 있어서
적어놓는 게 좋더라구요.
어쨋든 한숨 한 번만 쉬고 시작하겠습니다.
에효효효효효효ㅛ효효효효효효ㅛ훃~
하하하하하하하하핳하ㅏㅏㅏ

TypeError: Cannot read properties of undefined (reading 'bodyStream')
at getResponse (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\api\rest\cache\wrapFetchWithCache.js:147:62)
at async Object.getNativeModuleVersionsAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\api\getNativeModuleVersions.js:14:21)
at async Object.getVersionedNativeModulesAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\start\doctor\dependencies\bundledNativeModules.js:44:20)
at async Object.getCombinedKnownVersionsAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\start\doctor\dependencies\getVersionedPackages.js:37:47)
at async getVersionedDependenciesAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\start\doctor\dependencies\validateDependenciesVersions.js:72:35)
at async validateDependenciesVersionsAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\start\doctor\dependencies\validateDependenciesVersions.js:49:27)
at async startAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\start\startAsync.js:132:9)
잘 보면
@expo\cli\build\src\api\rest\cache\wrapFetchWithCache.js:147:62)
캐시관련 위치에서 오류가 났음을 알 수 있네요
그러면 expo 캐시를 리셋하는
-c 옵션을 붙여서 명령어를 입력해보겠습니다.
yarn example android -c 를 입력하니 이제 최종 보스인 것 같은 상대가 나옵니다.

와우
알고보니 진짜 파일 경로가 바뀌었어야하더라구요.
역시 컴파일러도 컴퓨터야 컴퓨터~!
틀리지 않았네요.
틀린건 역시 인간
후훗
어쨌거나 실행이 되었으니 기쁩니다.