개발/React
ERR_OSSL_EVP_UNSUPPORTED webpack
devjjin
2023. 4. 19. 09:40
https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupported
Webpack build failing with ERR_OSSL_EVP_UNSUPPORTED
I'm having an issue with a Webpack build process that suddenly broke, resulting in the following error... <s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules node:int...
stackoverflow.com
https://github.com/webpack/webpack/issues/14532
export NODE_OPTIONS=--openssl-legacy-provider
OpenSSL을 최신 버전으로 업데이트
export NODE_OPTIONS=--openssl-legacy-provider
Doesn't work with node v16.14.0
node: --openssl-legacy-provider is not allowed in NODE_OPTIONS