커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
터미널에 npm install -g eas-cli 입력시
[왕초보] 나만의 수익성 앱, 앱개발 종합반
5주차
북마크
김*민
댓글
1
추천
0
조회수
21
조회수
21
답변 완료

eas를 설치하기 위해 명령어  npm install -g eas-cli를 입력했습니다. 그러나 아래와 같은 오류가 뜹니다.

kimsumin@MacBook-Pro-3 lets-play-heart % npm install -g eas-cli
npm notice 
npm notice New major version of npm available! 8.19.2 -> 9.2.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.2.0
npm notice Run npm install -g npm@9.2.0 to update!
npm notice 
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/kimsumin/.npm/_logs/2022-12-24T01_56_32_549Z-debug-0.log
kimsumin@MacBook-Pro-3 lets-play-heart % 
취소
 공유
취소
댓글 0
댓글 알림
나의얼굴