반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- AWS CLI
- springbatch error
- error
- easy
- 스프링부트테스트
- java 11
- property or field 'jobparameters' cannot be found on object of type
- Java 1.8
- JUnit
- OpenFeign
- no sources given
- java
- aws
- el1008e
- Medium
- java 버전 변경
- maybe not public or not valid?
- springboot
- parse
- log error
- yum install java
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- querydsl no sources given
- java 여러개 버전
- java 1.8 11
- springboottest
- No tests found for given includes
- mac os git error
- LeetCode
- java version
Archives
- Today
- Total
쩨이엠 개발 블로그
[ Homebrew ] 권한 오류 Permission denied @ apply2files 본문
728x90
반응형
homebrew로 eksctl을 설치하려는데 오류가 생겼다
Error: Permission denied @ apply2files - /usr/local/lib/node_modules/nodemon/node_modules/term-size/vendor/.DS_Store
Permission denied가 된다면 내가 할 수 있는것은 sudo로 강제로 권한을 주는것뿐!
$ sudo brew install weaveworks/tap/eksctl
Error: Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.
ㅎ..
역시 나만 이럴 리가 없지
homebrew는 root 권한으로 주면 위험하다고 한다
이러면 권한을 바꿔버리는수밖에
$ sudo chown -R $(whoami) $(brew --prefix)/*
다시 brew install을 하면 잘 되는것을 확인 할 수 있다 !
728x90
반응형
'개발 > ETC' 카테고리의 다른 글
[MySQL] 파티션 추가 / 재구성 (0) | 2022.01.17 |
---|---|
[ git ] repository 저장소 옮기기 (+ 커밋까지) (0) | 2021.03.31 |
[ gradle ] gradle lombok cannot find symbol (0) | 2021.01.18 |
Kafka 설치 및 실행 (0) | 2021.01.07 |
[ log4j2 ] RollingFileAppender 설정 (0) | 2020.12.24 |
Comments