리액트 Error message "error:0308010C:digital envelope routines::unsupported" 에러 해결방법 (윈도우)

인지용·2023년 10월 30일
0

노드 버전의 문제라고 한다.
노드 버전을 16 이하로 맞춰줘야 한다.

1. https://github.com/coreybutler/nvm-windows/releases 이동

2. nvm-setup.zip 설치

3. 압축 해제 후 install 진행

4. cmd 열기

5.

	node -v
    nvm ls available
    nvm install 16.20.2
    nvm use 16.20.2
    node -v

6. VSC 이동 후 npm run start !!



참고

nvm use 안될시
https://powerku.tistory.com/239


출처
https://subtlething.tistory.com/99
https://taehee98.tistory.com/15

profile
한-줄

0개의 댓글

관련 채용 정보