coding etude
Error: error:0308010c:digital envelope routines::unsupported 해결 본문
어느날 갑자기 해당 에러발생..
사용환경: 윈도우10 / vscode / vue2
발생원인
1. nodeJS의 최신버전을 사용하지 않을 때.
2. react-script 버전이 5 이하일 때.
해결
1. win-nvm을 통한 버전 변경(mac 환경은 nvm)
2. LTS버전으로 변경 했으나 동일증상.
3. nodeJS 페이지에서 버전 정보를 확인 후 하나씩 다운그레이드 진행.
4. 17.xx 버전에서 바로 해결.
'others TIL' 카테고리의 다른 글
[NextJs] reactJs firebase config .env 설정 에러 (0) | 2024.04.07 |
---|---|
[NextJs 14] Router 오류 해결(NextRouter was not mounted) (0) | 2024.03.13 |
[mac] java 삭제 (0) | 2022.10.18 |
method vs function (0) | 2022.09.29 |
[BLOCK_CHAIN] block chain이란? (0) | 2021.01.11 |