live-video-tut
live-video-tut copied to clipboard
SocketIO or socketIo
trafficstars
hey, I'm getting an error for unable to find namespace 'SocketIO'. in chat server ts file

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.
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.