프로젝트 초기 셋팅을 위해

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 

+ Recent posts