[React] Module not found: Can't resolve './node_modules/react' 에러

hana jeong·2022년 12월 11일
0

react

목록 보기
3/18

uuid를 설치하다가 잘 안되어서 계속 설치했는데 이런 에러가 떴다

Module not found: Can't resolve './node_modules/react'

구글링을 해보니 생각보다 간단하게 해결이 가능했다

  1. package-lock.json 혹은 yarn.lock 파일을 삭제한다
  2. node_modules 폴더를 삭제한다
  3. npm 이나 yarn을 다시 설치한다
    (npm은 npm install, yarn은 yarn install 명령어를 입력하면 된다)

어디서 충돌이 난 건지는 모르겠지만 삭제하고 다시 설치하니 정상적으로 작동한다
후 오늘도 에러 해결!

profile
https://developer-hh.tistory.com 로 옮깁니다

0개의 댓글