I\'ve been following this(http://socket.io/get-started/chat/) tutorial on how to make a simple chat application using socket.io.
I tried to however use Express to create
I ran into this problem too and I solved it by this:
Do not use npm start to start your web app
npm start
Use node app.js instead
node app.js