live-video-tut icon indicating copy to clipboard operation
live-video-tut copied to clipboard

SocketIO or socketIo

Open saishan27 opened this issue 5 years ago • 2 comments
trafficstars

hey, I'm getting an error for unable to find namespace 'SocketIO'. in chat server ts file

image

saishan27 avatar Jul 07 '20 11:07 saishan27

This is an issue where you need to install the types for SocketIO. Run npm i --save @types/socket.io and you should be set.

jbigg avatar Oct 18 '20 00:10 jbigg

I have ran npm i --save @types/socket.io but the error is still there. I downloaed your codes and it works. I guess there is one module that I missed but I don't know which one is missing.

jamesdang avatar Aug 15 '21 20:08 jamesdang