delete existing generated files in your repository such as:
- Packages
- ServerPackages
- any *.rbxl files generated by rojo
- sourcemap.json
# Give all aftman tools full permissions | |
sudo chmod -R 755 ~/.aftman | |
sudo chown -R $(whoami):staff ~/.aftman |
# Completely remove the Wally cache to clear existing permissions | |
rm -rf ~/Library/Caches/wally | |
# Create a new wally cache directory with our set permissions | |
mkdir -p ~/Library/Caches/wally | |
sudo chown $(whoami):staff $(which wally) | |
sudo chmod 755 $(which wally) |