An unexpected error occurred: "https://경로: unable to verify the first certificate 오류 해결


React npm/yarn install 설치 시  An unexpected error occurred 오류

React 또는 리눅스에서 npm / yarn install 설치 시 An unexpected error occurred 오류가 발생할 수 있다.

이 오류는 SSL 관련 오류로 해결 방법을 알아보도록 하자.


yarn 설치 시 오류가 발생된 로그

  1. PS D:\react> yarn add react-router-dom
  2. yarn add v1.22.19
  3. info No lockfile found.
  4. [1/4] Resolving packages...
  5. error An unexpected error occurred: "https://registry.yarnpkg.com/react-router-dom: unable to verify the first certificate".
  6. info If you think this is a bug, please open a bug report with the information provided in "D:\\react\\yarn-error.log".
  7. info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

위와 같이 An unexpected error occurred 오류가 발생 되었다면 strict-ssl false 옵션 명령어를 실행해서 해결할 수 있다.


yarn 설치 시 An unexpected error occurred 오류 해결

  1. PS D:\react> yarn config set "strict-ssl" false
  2. yarn config v1.22.19
  3. success Set "strict-ssl" to "false".
  4. Done in 0.04s.


* 파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음
작성자 소개
초이 프로필
WrapUp 블로거

초이

반려견을 좋아하고, 차를 좋아하고, 여행을 좋아하고, 맛집을 찾아 즐기는 웹 개발자 입니다^^