brew uninstall --ignore-dependencies node icu4c
brew install node
-
Star
(180)
You must be signed in to star a gist -
Fork
(14)
You must be signed in to fork a gist
-
-
Save berkedel/d1fc6d13651c16002f64653096d1fded to your computer and use it in GitHub Desktop.
Worked, thanks for unblocking me!
brew uninstall --ignore-dependencies node icu4c && brew install node
Worked!!
Updating the php version worked for me (from 7.4 to 8.1)
brew uninstall [email protected]
rm -rf /usr/local/etc/php
brew reinstall php
You're a lifesaver!!! Thank you! BTW, I had multiple versions (brew list | grep php
), so I removed all but php (with no version) and then just did the reinstall and now it's perfect.
For me given below solution worked on Mac
rm -rf /usr/local/Cellar/icu4c brew reinstall icu4c
Then
gem uninstall charlock_holmes gem install charlock_holmes
This worked for me!! Thanks
brew uninstall --ignore-dependencies node icu4c && brew install node
Worked!!
It worked for me. Thanks!
check you versions with brew list | grep node
, delete all of them e.g. brew uninstall node@12
, install node again brew install node
. worked for me
brew uninstall --ignore-dependencies node icu4c && brew install node
This worked for me, thanks!
Thank you very much!!!