Firebase CLI 설치 시, 에러가 납니다! - sudo로 해결
1922
6 asked
npm설치 후, Firebase CLI설치를 터미널에서 실행했는데요.
아래와 같이 에러가 납니다!
이럴 경우, sudo 이용해서 해결하시면 됩니다!
sudo npm install -g firebase-tools
npm install -g firebase-tools
npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /usr/local/lib/node_modules/firebase-tools
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/firebase-tools'
npm ERR! [Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/firebase-tools'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'mkdir',
npm ERR! path: '/usr/local/lib/node_modules/firebase-tools'
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/?????/.npm/_logs/2022-10-09T02_23_11_673Z-debug-0.log
haeminkim@Arborsdayui-iMac ~ % npm
npm <command>
Answer 1
3-13. 리텐션 연습과제 제출합니다.
0
9
1
'플러터 개발환경 세팅하기' 링크 클릭시, 악성 스크립트 설치 유도 페이지로 이동하니 조심하시길 바랍니다.
0
24
2
최종 과제 제출
0
42
2
Weekly Retention 과제 작성하였습니다.
0
51
2
3-10 강의 14분경 코호트 해석 질문드립니다.
0
64
2
Weekly 및 Monthly Retention 과제 제출합니다.
0
64
2
[과제] 퍼널 쿼리 PIVOT 테이블 작성
0
63
2
이미지 업로드해도 프로필에 x만 떠요
0
57
3
더백님 감사합니다
1
72
1
39. Main화면 추가 UI 에서 자료는 어디서 받나요??
0
60
1
미션 마감일시를 좀 늘려주세요
0
62
1
안녕하세요 Firebase Storage로 모바일게임 업데이트시스템을 만들려고하는데요
0
374
1
스프링부트 프로젝트는 firebase 로 배포할 수 없나요???
0
1731
1
Database활용[CRUD]-SubPart1 관련 질문
0
186
1
firebase cloud function 외부 디비 연결 문의
0
717
1
Auth 활용[구글 Social 계정 로그인] 강의에서 오류가뜨네요
0
1004
22
5강에서 jquery쓰시는 부분
0
276
2
올려주신 강의교안 파일이 너무 커요
0
258
1
강의 중에 사용하시는 파란 리본 아이콘의 앱은 무엇인가요?
0
609
1
3강 개발환경셋업 끝부분 질문입니다.
0
420
1
몽고DB는 어떨까요?
0
376
1
windows에서 startup.bat
1
705
3
-bash: ./startup.sh: Is a directory
0
391
1
Firebase 호스팅 강의 질문합니다
0
371
6

