
"expo install expo-Linking"을 실행하면 다음과 같은 에러가 뜸니다.
작성한 코드 및 에러 메세지
C:\Users\lkdhd\OneDrive\바탕 화면\sparta-study\sparta-myhoneytip-don>expo install expo-Linking
This command is being executed with the global Expo CLI. Learn more: https://blog.expo.dev/the-new-expo-cli-f4250d8e3421
To use the local CLI instead (recommended in SDK 46 and higher), run:
› npx expo install
Installing 1 other package using Yarn.
> yarn add expo-Linking
yarn add v1.22.19
[1/4] Resolving packages...
info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\lkdhd\\OneDrive\\바탕 화면\\sparta-study\\sparta-myhoneytip-don\\yarn-error.log".
error An unexpected error occurred: "https://registry.yarnpkg.com/expo-Linking: 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 (C:\Users\lkdhd\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\spawn-async\src\spawnAsync.ts:65:13)
at Object.onceWrapper (node:events:628:26)
at ChildProcess.emit (node:events:513:28)
at ChildProcess.cp.emit (C:\Users\lkdhd\AppData\Roaming\npm\node_modules\expo-cli\node_modules\cross-spawn\lib\enoent.js:34:29)
at maybeClose (node:internal/child_process:1093:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
...
at spawnAsync (C:\Users\lkdhd\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\spawn-async\src\spawnAsync.ts:26:19)
at YarnPackageManager._runAsync (C:\Users\lkdhd\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\package-manager\src\NodePackageManagers.ts:314:31)
at YarnPackageManager.addWithParametersAsync (C:\Users\lkdhd\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\package-manager\src\NodePackageManagers.ts:259:16)
at actionAsync (C:\Users\lkdhd\AppData\Roaming\npm\node_modules\expo-cli\src\commands\installAsync.ts:143:3)오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
