[17:19:10] Running [task83:download_github]…
[17:19:11] Running [task84:download_github]…
[17:19:24] Running [task85:download_github]…
[17:19:25] Running [task86:waste_time]…
[17:19:35] Running [task87:download_github]…
[17:19:35] Running [task88:download_github]…
[17:19:40] Running [task89:remove_path]…
[17:19:43] Task Failed: EPERM: operation not permitted, rmdir ‘C:\Users…\OneDrive\Desktop\server\txData\QBCoreFramework_951C6C.base\tmp\qbcore’
Options:
{
“action”: “remove_path”,
“path”: “./tmp”
}
Debug/Status: [“7.3.2”,“Windows 11”,“loading task remove_path”]
what does this mean?
It’s probably because you’re trying to run the task in a OneDrive dir.
The error, in plain terms, tells you the system user which you used to run the process lacks permissions to delete that directory.
You might want to run it on a file system that is completely local.
how would i go about doing that?
basically still new to pc how would i do that?
anyone ever figure this out