You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, tried this on both Win8 and Ubuntu 12.10, seems that this port is either commonly blocked, or I'm missing something about how ports work from node. It's preventing the renderer from loading the scene on WebHexPlanet
iontom@iontombu:~/Github/terrainReferenceEngine$ node web.js
The "sys" module is now called "util". It should have a similar interface.
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: listen EADDRINUSE
at errnoException (net.js:614:11)
at Array.0 (net.js:704:26)
at EventEmitter._tickCallback (node.js:192:40)
iontom@iontombu:~/Github/terrainReferenceEngine$
The text was updated successfully, but these errors were encountered:
Hi, tried this on both Win8 and Ubuntu 12.10, seems that this port is either commonly blocked, or I'm missing something about how ports work from node. It's preventing the renderer from loading the scene on WebHexPlanet
iontom@iontombu:~/Github/terrainReferenceEngine$ node web.js
The "sys" module is now called "util". It should have a similar interface.
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: listen EADDRINUSE
at errnoException (net.js:614:11)
at Array.0 (net.js:704:26)
at EventEmitter._tickCallback (node.js:192:40)
iontom@iontombu:~/Github/terrainReferenceEngine$
The text was updated successfully, but these errors were encountered: