Open juyeong-repo opened 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.
안녕하세요! 해결했습니다. 풀 받아서 확인 해보시겠어요?
클론 후 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,