I’ved got my socket.io server running in the background. However, there are several situation where it died. What can I do to make my socket.io server auto restart whenever it dies or terminated. This is how I started my node server however the server thrown an exception and died. This is my environment and I believe my team is using
Tag: socket.io
npm fails to build socket.io with Error “Not compatible with your version of node/npm: commander@0.5.0”
I cloned socket.io from https://github.com/LearnBoost/socket.io.git bit it fails with the following Message My current version of node and npm is as follows Is it that my node version is higher than the supported upper limit? If so what is the solution? I am clueless as to how to proceed from here. Please !!HELP!! Answer npm -f install socket.io just solved