Search This Blog

Sunday, May 24, 2020

Brew Update is not working on mac 10.14

Recently we need to upgrade node on MAC. Used brew to update and upgrade but it was hanging ..

Further to solve the issue, following steps helped :

cd `brew --prefix`/Homebrew
git fetch origin
git reset --hard origin/master
after that it worked well. 
Cheers,

No comments:

Post a Comment

Thanks for your comment, will revert as soon as we read it.

Popular Posts