Quote:
Originally Posted by Fleiding
After running the command "npm install" I get the following in my terminal:
Code:
npm WARN package.json socket-chat@0.0.1 No repository field.
npm WARN package.json socket-chat@0.0.1 No README data
npm WARN package.json callsite@1.0.0 No repository field.
npm WARN package.json has-binary@0.1.7 No repository field.
npm WARN package.json indexof@0.0.1 No repository field.
npm WARN package.json object-component@0.0.3 No repository field.
It does!
I edited server.js and have it running successfully but my console is telling me:
Code:
[Error] Failed to load resource: the server responded with a status of 404 () (socket.io, line 0)
|
The last error in your console basically tells you that it wasn't able to connect to socketio. Please make sure you're using the plugin version 1.0.1 which has been added to the first post AND that the port (default now is 2096) is allowed in your firewall

If not, make sure to add it!