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 #12

Open
jimlim opened this issue May 3, 2016 · 1 comment
Open

Unhandled 'error' event #12

jimlim opened this issue May 3, 2016 · 1 comment

Comments

@jimlim
Copy link

jimlim commented May 3, 2016

Im one of the students in your tutorial. In Section 6 and above, i cloned the ReactStarter and followed your instructions, but it keeps on throwing an error. Can someone tell me whats wrong?

[23:10:05] Using gulpfile C:\react\ReactFlux\ReactStarter\gulpfile.js
[23:10:06] Starting 'build'...
[23:10:06] Finished 'build' after 10 ms
[23:10:06] Starting 'serve'...
[23:10:06] Starting 'sass'...
[23:10:06] Finished 'sass' after 11 ms
[23:10:06] Starting 'watch'...
[23:10:06] Finished 'watch' after 20 ms
[23:10:06] Webserver started at http://localhost:8000
events.js:141
throw er; // Unhandled 'error' event
^

Error: listen EACCES 127.0.0.1:8000
at Object.exports._errnoException (util.js:870:11)
at exports._exceptionWithHostPort (util.js:893:20)
at Server._listen2 (net.js:1221:19)
at listen (net.js:1270:10)
at net.js:1379:9
at GetAddrInfoReqWrap.asyncCallback as callback
at GetAddrInfoReqWrap.onlookup as oncomplete

@DavidGoussev
Copy link

Try changing your port number, you could have a preexisting assignment
already using that port.
On May 3, 2016 8:14 AM, "Jimlim" notifications@github.com wrote:

Im one of the students in your tutorial. In Section 6 and above, i cloned
the ReactStarter and followed your instructions, but it keeps on throwing
an error. Can someone tell me whats wrong?

[23:10:05] Using gulpfile C:\react\ReactFlux\ReactStarter\gulpfile.js
[23:10:06] Starting 'build'...
[23:10:06] Finished 'build' after 10 ms
[23:10:06] Starting 'serve'...
[23:10:06] Starting 'sass'...
[23:10:06] Finished 'sass' after 11 ms
[23:10:06] Starting 'watch'...
[23:10:06] Finished 'watch' after 20 ms
[23:10:06] Webserver started at http://localhost:8000
events.js:141
throw er; // Unhandled 'error' event
^

Error: listen EACCES 127.0.0.1:8000
at Object.exports._errnoException (util.js:870:11)
at exports._exceptionWithHostPort (util.js:893:20)
at Server._listen2 (net.js:1221:19)
at listen (net.js:1270:10)
at net.js:1379:9
at GetAddrInfoReqWrap.asyncCallback as callback
at GetAddrInfoReqWrap.onlookup as oncomplete


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#12

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

2 participants