Node.js 17+ 에서 'error:0308010C:digital envelope routines::unsupported' 오류 해결 (OpenSSL 3.0 호환 문제)
문제 정의 IntelliJ IDEA 기본 React 프로젝트(CRA, webpack 4 기반)를 실행할 때 다음과 같은 에러가 발생합니다. 1 2 3 4 5 6 Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.createHash (node:crypto:130:10) at module.exports (/Users/user/.../node_modules/webpack/lib/util/createHash.js:135:53) at NormalModule._initBuildHash (/Users/user/.../node_modules/webpack/lib/NormalModule.js:417:16) at handleParseError (/Users/user/.../node_modules/webpack/lib/NormalModule.js:) 프로...