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

sir please i am very much stuckd.i have chceked the code.heroku is also showing error #9

Open
smritifotedar opened this issue Jan 10, 2021 · 1 comment

Comments

@smritifotedar
Copy link

Screenshot (205)
Screenshot (206)

@CoderZ90
Copy link

CoderZ90 commented Jun 1, 2021

Hey buddy i got the same error last week this is because your server which you used maybe before in your earlier projects is running in your computer in your background and you have to stop it.

I ran a Node.js application on localhost:3000 but it was crashed. When I tried to run it again and the old process was still there and I needed to kill it in order to run my node application.

Open CMD or Any terminal - As Administrator Then ->

1. netstat -ano | findstr :yourPortNumber
2. taskkill /PID typeyourPIDhere /F

See this -> PID is the name marked in the image
image

For example if you used 3000 PORT Type this in your terminal

1. netstat -ano | findstr :3000
and then enter your PID number
2. taskkill /PID typeyourPIDhere /F

Hope it solves your issue if it helped you please help me also by subscribing my channel
-> https://youtube.com/c/CodingFire

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