uuidv4() is deprecated. Use v4() from the uuid module instead.
uuidv4를 사용하다가 만난 에러.
위와 같이 변경해서 사용하면 된다.
import { v4 as uuid } from 'uuid';