When I want to run my project next js in localhost I happen to have this problem in the console:
yarn run v1.22.10
$ next dev -p 4444
Port 4444 is already in use.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
I closed the tab on the browser without stopping dev
with ctrl + c
.
How can I fix this ? I want to run the project again