macOS

Fix – svn: error: The subversion command line tools are no longer provided by Xcode.

Recently I got the following error on my Mac Terminal when I tried svn command. svn: error: The subversion command line tools are no longer provided by Xcode.   To fix this, run following commands: sudo rm -rf /Library/Developer/CommandLineTools xcode-select –install   Wait for the software to be installed. And you are done. Ref.:https://stackoverflow.com/questions/60869347/mac-command-line-tools-11-4-no-longer-has-svn  

Fix Node Sass does not yet support your current environment on macOS

Video for who doesn’t like to read ;). And if you like the video then subscribe my channel and share this with others who has the same issue. Recently I came across this below error when I tried to run npm start command on my Mac. Error: Node Sass does not yet support your current …

Fix Node Sass does not yet support your current environment on macOS Read More »