npm install -g expo-cli
expo-cli --version

경고 메세지
WARNING: The legacy expo-cli does not support Node +17. Migrate to the new local Expo CLI: https://blog.expo.dev/the-new-expo-cli-f4250d8e3421.
%ANDROID_HOME%\platform-tools 추가

npm install -g expo-cli
오류 발생
PS C:\Users\Owner\Desktop\personal project\Next.js\SEO\expo_test> expo init test-app
expo : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Program Files\nodejs\expo.ps1 파일을 로드할 수 없습니다. 자세한 내용은
about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오.
위치 줄:1 문자:1
+ expo init test-app
+ ~~~~
+ CategoryInfo : 보안 오류: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess



npm run start



실행 완료!