See HERE!
yarn
See here.
Max automatically generates various cache files, which causes unwanted side effects.
To remove them, take the following step.
- Make
config.json
file at root, and set thecacheDirs
property as Array.config.json
will look like below.
{
"cacheDirs": [
"/Users/UserName/Library/Application Support/Cycling '74/Max 8/Settings/temp64-live/mxt",
"/Users/UserName/Documents/Max 8/Max for Live Devices",
"/Users/UserName/.Trash"
]
}
- Run script
yarn run rm-cache