
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
npm install -g eas-cli 실행 후 커맨드에서 아래와 같은 메시지들이 뜹니다.
eas 설치시 문제가 있는 건지요? 혹시나 해서 expo 도 다시 설치했습니다.

작성한 코드 및 에러 메세지
sujinui-MacBookAir:tip-example sujinhwang$ npm install -g eas-cli
npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /usr/local/lib/node_modules/eas-cli
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/eas-cli'
npm ERR! [Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/eas-cli'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'mkdir',
npm ERR! path: '/usr/local/lib/node_modules/eas-cli'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/sujinhwang/.npm/_logs/2023-01-02T22_31_25_060Z-debug-0.log
이후 무시하고
npx expo install expo-build-properties: success
eas login: bash: eas: command not found -> 이런 문제가 나옵니다.
오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
