Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

path.existsSync is now called fs.existsSync. #12

Open
ghost opened this issue Feb 6, 2013 · 1 comment
Open

path.existsSync is now called fs.existsSync. #12

ghost opened this issue Feb 6, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 6, 2013

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.

@martin-naumann
Copy link

I think your actual error is the EADDRINUSE, which means either port 8000 or 8500 is used by another process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant