Hey,
I'm going to implement a multiplayer game in C2. So, when I'm going to install socket.io plugin, I faced lots of problems. I will be grateful if anyone can help me out to sort out this problem.
This is what I have done so far.
1. I downloaded nodejs setup from code.google website and install it and the npm command is running well in CMD
2. Then I created a folder called "node-modules" in my C drive and paste the content of socket-io-mod.zip file in that folder.
3. Then I go to that directory in my CMD and run "npm install socket.io.js"
It says npm ERROR TypeError: Object.keys called on non-object]
Please Help !!!