codefactory-co / nestjs-lv1

52 stars 12 forks source link

첫 start시 chats/chats.gateway.ts에서 'user' 타입 에러 #1

Open juyeong-repo opened 10 months ago

juyeong-repo commented 10 months ago

클론 후 npm install 을 마친 뒤 npm run start를 했을 때 아래와같은 오류가 발생합니다.

src/chats/chats.gateway.ts:81:14 - error TS2551: Property 'user' does not exist on type 'Socket<DefaultEventsMap, DefaultEventsMap, DefaultEventsMap, any>'. Did you mean 'use'?

81 socket.user.id,


  node_modules/socket.io/dist/socket.d.ts:514:5
    514     use(fn: (event: Event, next: (err?: Error) => void) => void): this;
'use' is declared here.
serendipity1004 commented 10 months ago

안녕하세요! 해결했습니다. 풀 받아서 확인 해보시겠어요?