btford / angular-socket-io-seed

A great starting point for writing AngularJS apps backed by a Socket.io-powered node.js server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unhandled socket.io url

connor11528 opened this issue · 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 .