Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled 'error' event #4

Open
louis-pvs opened this issue Aug 10, 2015 · 6 comments
Open

Unhandled 'error' event #4

louis-pvs opened this issue Aug 10, 2015 · 6 comments

Comments

@louis-pvs
Copy link

Hi,

When I run gulp after npm install, it throw me the error below

[13:56:40] Using gulpfile ~/practice/ReactStarter/gulpfile.js
[13:56:40] Starting 'build'...
[13:56:40] Finished 'build' after 10 ms
[13:56:40] Starting 'serve'...
[13:56:40] Starting 'sass'...
[13:56:40] Finished 'sass' after 26 ms
[13:56:40] Starting 'watch'...
[13:56:40] Finished 'watch' after 18 ms
events.js:85
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND localhost
at errnoException (dns.js:44:10)
at GetAddrInfoReqWrap.onlookup as oncomplete

@bloolizard
Copy link

getting same error:

throw errnoException(process._errno, 'watch');

@lei-clearsky
Copy link

same error:
fs.js:1062
throw errnoException(process._errno, 'watch');

@leoman
Copy link

leoman commented Sep 7, 2015

I also get the same error:

[09:54:39] Starting 'serve'...
events.js:85
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND localhost
at errnoException (dns.js:44:10)
at GetAddrInfoReqWrap.onlookup as oncomplete

@sjafri5
Copy link

sjafri5 commented Oct 28, 2015

Did anyone solve this issue?

@jaime-franco
Copy link

Hi Guys, i have some issues when running gulp, for solve my problem i noticed that the in the package.js the gulp-server-livereload was outdate, so i run "npm i gulp-server-livereload" and that solved my problem.

I hope this help you guys!

@motleytech
Copy link

@jaime-franco
I have a very similar issue(not exactly same), but reinstalling gulp-server-livereload did not fix my problem. I created another issue regarding that - #6

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

No branches or pull requests

7 participants