MDalprato
MDalprato

Reputation: 140

Why nodeJS is not working on macOS Monterey?

Why is Control Center on macOS Monterey listening on port 5000 ? I'm using nodeJS for a work project and I cannot start node on the default port (indeed 5000).

Upvotes: 3

Views: 3633

Answers (2)

Willa
Willa

Reputation: 756

This question is irrelevant to node and mostly waste peoples time who are actually facing the problem of node not being able to run on Monterey. Should be deleted.

Upvotes: -1

MDalprato
MDalprato

Reputation: 140

I found out a solution ! Just disable "Airplay Receiver" in "System Preference" -> "Sharing" and the port 5000 will be released again. For some reason in Monterey Airplay Receiver use the same 5000 port of nodeJS. Airplay Settings

Upvotes: 8

Related Questions