이 오류는 Node.js 17 이상에서 Webpack을 사용할 때 발생할 수 있습니다. Node.js 17 이상 버전에서는 OpenSSL 3.0이 기본적으로 포함되어 있는데, 이로 인해 Webpack이 내부적으로 사용하는 암호화 알고리즘과 관련된 호환성 문제가 발생할 수 있습니다.
set NODE_OPTIONS=--openssl-legacy-provider
npm run serve
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.