패키지 설치 중
error An unexpected error occurred: "https://registry.yarnpkg.com/lottie-web: getaddrinfo ENOTFOUND registry.yarnpkg.com".
위와 같은 에러 발생
ssl이슈라고 함
yarn
$ yarn config set "strict-ssl" false
npm
$ npm config set strict-ssl false