I am running the following command in my Vagrant box (its running Unix)
sudo npm install -g socket.io
I get the following response after a number of seconds..
> ws@0.4.31 install /usr/lib/node_modules/socket.io/node_modules/engine.io/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)
Can anyone explain this... and what should I do next?
P.S When I run sudo npm -list it doesn't seem to have installed socket.io