React 프로젝트를 생성하는데 필요한 Node JS를 설치하고 생성한 React 프로젝트를 실행하려는 상황에 오류가 발생했다.
‘digital envelope routines unsupported’ 오류 발생
‘digital envelope routines unsupported’
package.json 파일에서
"start": "react-scripts start"
부분을 아래와 같이 바꾸기
"start": "react-scripts --openssl-legacy-provider start"