brew uninstall --ignore-dependencies node icu4c
brew install node
brew link --overwrite node
Note: If get error of permision try runing the following command:
sudo chown -R $(whoami) $(brew --prefix)/*
Now try running the previous command,