[React] Unable to resolve module util from node_modules\uuidv4\build\lib\uuidv4.js 오류

hana jeong·2022년 12월 15일
0

react

목록 보기
9/18

uuidv4를 분명 설치했는데 제목과 같은 오류가 떴다
읽어보니 module util에서 뭔가 오류가 있는 거 같았는데 봐도 모르겠어서 구글링을 했다

참고로 import { v4 as uuidv4 } from 'uuid'요렇게 import를 해온 상태였다

다시 에러 메세지를 읽어보니 이렇게 적혀있었다

Unable to resolve module 'util' from nod_modules/uuidv4/build/lib/uuidv4.js:util could not be found whithin the project.

util이 없다는 건가 하고 npm install util을 했더니 해결을 했다
뭔가 쉽게 해결이 되어서 이게 맞는 건가라는 생각이 들었다

https://www.npmjs.com/package/util
이 곳을 읽어보니 node.js에서 코드를 실행 중이라면 util을 설치할 필요가 없다고 하는데
내 프로젝트엔 왜 util이 없었던 건지 모르겠다
이거 때문에 해결을 했어도 좀 찜찜하다
알게 되면 업데이트 하겠다...

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

0개의 댓글