-
Notifications
You must be signed in to change notification settings - Fork 186
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
Comments
getting same error: throw errnoException(process._errno, 'watch'); |
same error: |
I also get the same error: [09:54:39] Starting 'serve'... |
Did anyone solve this issue? |
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! |
@jaime-franco |
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
The text was updated successfully, but these errors were encountered: