It's not the catchiest title, but hopefully this post will be helpful if you have a specific use case — you have a Mac with a silicon chip, you hav...
For further actions, you may consider blocking this person and/or reporting abuse
lol so I've already run into issues using brew to install nvm, so maybe nobody listen to me :)
you could make a brew sec group and leverage brew prefix
sudo chgrp -R brew $(brew --prefix)/*
sudo chmod -R g+w $(brew --prefix)/*
I tried that at one point, but it didn't work because I have no idea what I'm doing