
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
답변을 주셔서 감사합니다.
답변 주신대로 해 봤는데 해결이 안됩니다.
작성한 코드 및 에러 메세지
C:\Users\user\Desktop\sparta-study\sparta-study>expo doctor
WARNING: The legacy expo-cli does not support Node +17. Migrate to the versioned Expo CLI (npx expo).
WARNING: We recommend using PowerShell or Bash via WSL 2 for development with expo-cli on Windows. You may encounter issues using cmd.exe.
Expected package @expo/config-plugins@~6.0.0
Found invalid:
@expo/config-plugins@4.1.5
(for more info, run: npm why @expo/config-plugins)
C:\Users\user\Desktop\sparta-study\sparta-study>expo doctor --fix-dependencies
WARNING: The legacy expo-cli does not support Node +17. Migrate to the versioned Expo CLI (npx expo).
WARNING: We recommend using PowerShell or Bash via WSL 2 for development with expo-cli on Windows. You may encounter issues using cmd.exe.
Expected package @expo/config-plugins@~6.0.0
Found invalid:
@expo/config-plugins@4.1.5
(for more info, run: npm why @expo/config-plugins)코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
