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

[ nodemon ] app crashed - waiting for file changes before starting #4

Closed
rahmandikahaekal opened this issue Oct 4, 2018 · 4 comments

Comments

@rahmandikahaekal
Copy link

i've clone this repo .
go to inside folder and wrote npm install for including node .
but when i want to start it npm start, it doesn't start .
screenshot from 2018-10-04 09-04-53

@vujovicigor
Copy link

Error: listen EADDRINUSE ::3000
means: port 3000 is already in use on your computer
You can change listening port in server.js file, line 46

app.listen(3000, function () { console.log('Listening on port 3000!') })

@d4rckh
Copy link

d4rckh commented Jan 1, 2019

change the port

@mirajehossain
Copy link

in the terminal, write killall node, then npm start again.

@con-fid
Copy link

con-fid commented Nov 3, 2023

Am having same issue but PORT changes didn't work.

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

5 participants