작성
·
351
0
맨 처음 클론하고 나면 chats.gateway.ts
에서 socket.user라는 프로퍼티를 찾을 수 없다는 에러가 뜨고 있습니다.
에러가 나는 로직을 전체 주석시키고 나면, CommentsService에서 CommonService의 의존성을 찾을 수 없다는 에러가 뜹니다. ("Nest can't resolve dependencies of the CommentsService (CommentsModelRepository, ?)")
CommonSerivce 의존성을 해결하고 나니 "TypeORMError: Entity metadata for UsersModel#postComments was not found." 라는 에러가 뜹니다.
위 에러를 고치고 나니 또 다른 에러가 뜨고 있습니다.
혹시 github 레포지토리 clone 해보셨을 때 문제 없는지 확인 가능 하실까요?