출처 : Node.js ERR_OSSL_EVP_UNSUPPORTED error when running npm run start [closed]
in foreground process
NODE_OPTIONS=--openssl-legacy-provider npm run serve
in background process
NODE_OPTIONS=--openssl-legacy-provider npm run serve > output.log 2>&1 &