커뮤니티
포인트
로딩중
쿠폰
내 강의실
국비 신청 내역
수강권
증명서
숙제 피드백
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
맥 yarn 설치가 안되요 방법을 모르겠네요
[왕초보] 나만의 수익성 앱, 앱개발 종합반
2주차
북마크
임*훈
댓글
8
추천
0
조회수
277
조회수
277
답변 완료


2-2강의 듣기전에 이미 npm은 설치 했습니다 yarn 설치과정에서 에러가 뜨는거같은데요 앞에 sudo 를 넣고 설치해도 안되는거같습니다 제가 뭘 잘못 한건가요 ??







mac ~ % npm install -g yarn

npm ERR! code EACCES

npm ERR! syscall rename

npm ERR! path /usr/local/lib/node_modules/yarn

npm ERR! dest /usr/local/lib/node_modules/.yarn-Jrexx8nI

npm ERR! errno -13

npm ERR! Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/yarn' -> '/usr/local/lib/node_modules/.yarn-Jrexx8nI'

npm ERR! [Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/yarn' -> '/usr/local/lib/node_modules/.yarn-Jrexx8nI'] {

npm ERR!  errno: -13,

npm ERR!  code: 'EACCES',

npm ERR!  syscall: 'rename',

npm ERR!  path: '/usr/local/lib/node_modules/yarn',

npm ERR!  dest: '/usr/local/lib/node_modules/.yarn-Jrexx8nI'

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/imjaehun/.npm/_logs/2022-10-08T05_08_35_097Z-debug-0.log

mac ~ % sudo npm install -g yarn

Password:


changed 1 package, and audited 2 packages in 331ms


found 0 vulnerabilities

mac ~ % 

취소
 공유
취소
댓글 0
댓글 알림
나의얼굴