node.js 버전업 이후에, 스크립트를 불러올 때, 에러가 뜰 때가 있다.
openSSL 에러가 날 때는, 레거시모드를 활성화 해보자.
export NODE_OPTIONS=--openssl-legacy-provider
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production"
}
node.js 버전업 이후에, 스크립트를 불러올 때, 에러가 뜰 때가 있다.
openSSL 에러가 날 때는, 레거시모드를 활성화 해보자.
export NODE_OPTIONS=--openssl-legacy-provider
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production"
}