Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Lesson 1-setting-up npm start error #251

Closed
5SMNOONMS5 opened this issue Oct 17, 2016 · 4 comments
Closed

Lesson 1-setting-up npm start error #251

5SMNOONMS5 opened this issue Oct 17, 2016 · 4 comments

Comments

@5SMNOONMS5
Copy link

After run npm start , it appear this error ....

screen shot 2016-10-17 at 4 49 58 pm

@Andersos
Copy link

There are missing some lines from the error message. What is above the picture you attached?
It might be that you are missing a dependency so you want to npm install whatever dependency you are missing.

@5SMNOONMS5
Copy link
Author

sorry for late response , this is complete error page
image

@5SMNOONMS5 5SMNOONMS5 changed the title Lesson 1-setting-up Lesson 1-setting-up npm start error Oct 24, 2016
@Andersos
Copy link

So this error message "EADDRINUSE" means that something is already running on port 8080.

You can either change the port to another address or you can try and kill whatever is already running.

You can kill it by doing:
lsof -i :8080

Then when you have the pid run:
kill -9 <PID>

@5SMNOONMS5
Copy link
Author

@Andersos thx very much .. it now work for me !! ^^

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

2 participants