btford/angular-socket-io-seed

unhandled socket.io url

connor11528 opened this issue · 2 comments

When I clone this project and start it up I get a repeated "info - unhandled socket.io url" message in the terminal

$ node app
   info  - socket.io started
Express server listening on port 3000
   info  - unhandled socket.io url
   info  - unhandled socket.io url
   info  - unhandled socket.io url
   info  - unhandled socket.io url
   info  - unhandled socket.io url
   info  - unhandled socket.io url
   info  - unhandled socket.io url
   info  - unhandled socket.io url

same issue any solutions

@jasonshark try to remove the node_modules and try to npm install again . i think there was some issue on npm install . this worked fine for me .