Nodemon problem
I am following a tutorial and i have ran into a problem with nodemon its giving an error:
"[nodemon] app crashed waiting for files changing before starting"
type "npm run dev" in shell u will see the problem
i tried looking for solution only but doesnt work
Thanks
Voters
Is the error something along the lines of "address already in use :::3000"?
to fix this, just shut off the other process (the one in the console)
@notGilbert thanks it worked