Where do compiled scripts caches go? I need to cle...
# scripting
r
Where do compiled scripts caches go? I need to clean it but can't find info about it
Found its name in old Slack messages and found it on my system:
Copy code
➜  ~ find / -type d -name main.kts.compiled.cache 2>&1 | grep -Ev "Permission denied|Operation not permitted|No such file or directory"
/System/Volumes/Data/Users/ribesg/Library/Caches/main.kts.compiled.cache