
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
expo init 으로 시작하여 폴더 생성중
blank 까지 선택하면 에러가 발생합니다
작성한 코드 및 에러 메세지
yudong-in@yudong-in-ui-MacBookAir sparta-study % expo init spart-you
WARNING: The legacy expo-cli does not support Node +17. Migrate to the versioned Expo CLI (npx expo).
Migrate to using:
› npx create-expo-app --template
✔ Choose a template: › blank a minimal app as clean as an empty canvas
Error downloading and extracting template package: Error: npm exited with non-zero code: 1
✖ Something went wrong while downloading and extracting the template.
Can't read JSON file: /Users/yudong-in/Desktop/sparta-study/spart-you/app.json
└─ Cause: Error: ENOENT: no such file or directory, open '/Users/yudong-in/Desktop/sparta-study/spart-you/app.json'
├─ readAsync /usr/local/lib/node_modules/expo-cli/node_modules/@expo/json-file/src/JsonFile.ts:158:13
├─ extractAndPrepareTemplateAppAsync /usr/local/lib/node_modules/expo-cli/src/commands/utils/extractTemplateAppAsync.ts:25:25
└─ actionAsync /usr/local/lib/node_modules/expo-cli/src/commands/initAsync.ts:290:19
yudong-in@yudong-in-ui-MacBookAir sparta-study %
