카테고리 없음
NPM 에서 "must use TLS 1.2 or higher" 오류 메시지
하루y
2023. 4. 26. 13:45
npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher
메시지 오류가 발생하면, 아래와 같이처리한다.
npm config set registry https://registry.npmjs.org/
또는,
npm config set strict-ssl false
패키지 메니저가 yarn이면,
yarn config set strict-ssl false
728x90