파트너사 분들 업무 세팅을 도와드리다가, npm, yarn 세팅하면서 아래와 같은 오류 메시지가 발생했다. ssl 이슈인듯하다.
error An unexpected error occurred:
"https://registry.yarnpkg.com/react: self signed certificate in certificate chain".
npm config set strict-ssl false
yarn config set "strict-ssl" false
https://rios.tistory.com/entry/React-npm-yarn-설치-오류-error-An-unexpected-error-occurred
헉 저도 같은 에러가난적이있는데 ..