build 오류시...
291
0
build 오류시
package.json에서 "build"를 아래와 같이 변경
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
답변 0





