terminal

Git is not working after macOS Update

Yesterday I updated my macOS to latest Catalina version. After updating it GIT was not working. That always happens to me :-). I was getting following error. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun   Many of you might also get this error. So the solution is pretty simple. Just follow

Git is not working after macOS Update Read More »

Fix Unhandled rejection Error: EACCES: permission denied

I was trying to install gulp on my mac. But I was getting following errors while running command sudo npm install gulp -g Unhandled rejection Error: EISDIR: illegal operation on a directory, open ‘/Users/bhargav/.npm/_cacache/….’ Unhandled rejection Error: EISDIR: illegal operation on a directory, open ‘/Users/bhargav/.npm/_cacache/….’ npm ERR! cb() never called! npm ERR! This is an

Fix Unhandled rejection Error: EACCES: permission denied Read More »