InvaderX
Ok, I walk you through this.
Open a cmd prompt and type 'npm install socket.io'
make sure you are in the directory where your server file is.
Packages such as socket.io are downloaded to that specific directory. It isn't install on the system, and only files that are in the same folder as the socket.io directory can access socket.io.