I was using the most recent version of Nodejs but I had to go back to the last LTS version (v20.18.0)
Removed the package with:
brew uninstall watchman
And installed it again after installing Nodejs LTS version:
brew install watchman
That fixed this problem.