프로젝트 초기 셋팅을 위해
yarn intall --offline 진행 중 unable to verify the first certificate 오류 발생
yarn-error.log 내용
Error: unable to verify the first certificate
at TLSSocket.onConnectSecure (_tls_wrap.js:1501:34)
at TLSSocket.emit (events.js:315:20)
at TLSSocket._finishInit (_tls_wrap.js:936:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:710:12)
해결방법
yarn config set strict-ssl false -g
'IT' 카테고리의 다른 글
Windows Server offline Redis 설치 (0) | 2024.02.27 |
---|---|
JAVA line:0 Internal compiler error: Classcast exception(feat, 이클립스, 롬복 호환성) (0) | 2020.09.02 |
단축평가(short-circuit) (0) | 2020.07.07 |
v-if vs v-show (0) | 2020.06.19 |
[디자인패턴]단일 책임 원칙(Single Responsibility Principle) (0) | 2020.04.27 |