Resetting the permission in /usr/local
Problem
Error: Permission denied @ apply2files - /usr/local/lib/node_modules/serverless/node_modules/.bin/detect-libcCause
Solution
sudo chown -R $(whoami):admin /usr/local/* \
&& sudo chmod -R g+rwx /usr/local/*Previousxcrun error occurred after macOS updateNextBrew error - compinit:503: no such file or directory
Last updated