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
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
node app.js -h 192.168.1.13
path.existsSync is now called fs.existsSync.
events.js:71
throw arguments[1]; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at errnoException (net.js:770:11)
at Server._listen2 (net.js:910:14)
at listen (net.js:937:10)
at Server.listen (net.js:994:9)
at dns.js:72:18
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
Help?
Update?
Also why not make it a npm install? I'd be glad to help.
The text was updated successfully, but these errors were encountered:
I get this error trying to run it:
node app.js -h 192.168.1.13
path.existsSync is now called
fs.existsSync
.events.js:71
throw arguments[1]; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at errnoException (net.js:770:11)
at Server._listen2 (net.js:910:14)
at listen (net.js:937:10)
at Server.listen (net.js:994:9)
at dns.js:72:18
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
Help?
Update?
Also why not make it a npm install? I'd be glad to help.
The text was updated successfully, but these errors were encountered: