
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
expo eas 강의록 따라 설치하다 에러났는데 도와주세요 ㅠ
오류난 부분은
npx expo install expo-build-properties
설치과정입니다 ㅠ
작성한 코드 및 에러 메세지
julia@Juliaui-MacBookPro sparta-study % sudo npx expo install expo-bulid-properties
> yarn add expo-bulid-properties
yarn add v1.22.19
warning package.json: No license field
warning No license field
[1/4] 🔍 Resolving packages...
info If you think this is a bug, please open a bug report with the information provided in "/Users/julia/Desktop/sparta-study/yarn-error.log".
error An unexpected error occurred: "https://registry.yarnpkg.com/expo-bulid-properties: Not found".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
yarnpkg exited with non-zero code: 1
Error: yarnpkg exited with non-zero code: 1
at ChildProcess.completionListener (/usr/local/lib/node_modules/expo-cli/node_modules/@expo/spawn-async/src/spawnAsync.ts:65:13)
at Object.onceWrapper (node:events:642:26)
at ChildProcess.emit (node:events:527:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
...
at spawnAsync (/usr/local/lib/node_modules/expo-cli/node_modules/@expo/spawn-async/src/spawnAsync.ts:26:19)
at YarnPackageManager._runAsync (/usr/local/lib/node_modules/expo-cli/node_modules/@expo/package-manager/src/NodePackageManagers.ts:314:31)
at YarnPackageManager.addWithParametersAsync (/usr/local/lib/node_modules/expo-cli/node_modules/@expo/package-manager/src/NodePackageManagers.ts:259:16)
at YarnPackageManager.addAsync (/usr/local/lib/node_modules/expo-cli/node_modules/@expo/package-manager/src/NodePackageManagers.ts:263:5)
at actionAsync (/usr/local/lib/node_modules/expo-cli/src/commands/installAsync.ts:59:12)
