
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
원래는 expo 연결 ctrl+C눌러서 해야하는데 안되서 그냥 expo build:android 쳐서 엔터 했더니 이렇게 나왔어요.
npm install -g eas-cli
› eas build -p android
참고로 두개다 쳐서 npm은 무사히 넘어갔고요.
eas 친거는 뭔가 뜨기는 했는데 넘어 갔습니다. 이거 하고 다시 명령어 expo build:android 쳤는데 저렇게 나왔어요. 뭐가 문제인가요?




터미널 오류 내역
정민재@DESKTOP-BTBI854 MINGW64 ~/Desktop/sparta-study/sparta-study (master)
$ expo build:android
┌─────────────────────────────────────────────────────────┐│ ││ There is a new version of expo-cli available ││ (6.2.1). ││ for example: `npm install -g expo-cli` to get the ││ latest version ││ │└─────────────────────────────────────────────────────────┘
expo build:android has been superseded by eas build. Learn more: https://blog.expo.dev/turtle-goes-out-to-sea-d334db2a6b60
Run the following:
› npm install -g eas-cli
› eas build -p android https://docs.expo.dev/build/setup/
expo build:android has been discontinued (January 4, 2023).
The Classic Build service is deprecated. The final version to support it was Expo SDK 46.
Please migrate to EAS Build to continue building your app. Learn more: https://docs.expo.dev/build-reference/migrating/
