[~]# node node.js Error: Cannot find module \'socket.io\' [~]# node -v v0.10.10
socket.io installed:
npm install socket.io npm W
I had the same issue with version 0.12.0 on Windows. I tried npm install -g socket.io but that didn't change anything. Also tried npm cache clean also no change, but after npm update npm -g, things got well.