Security Reminder
Local does a pretty good job of scrubbing private info from the logs and the errors it produces, however there’s always the possibility that something private can come through. Because these are public forums, always review the screenshots you are sharing to make sure there isn’t private info like passwords being displayed.
Hello, I don’t think this would work.
My opinion is that the installer is doing a fs.rename operation which is attempting to move a file or directory across different devices, which is not permitted.
The code may need to be changed to use fs.copyFile and then fs.unlink to effectively move the files by copying them to the new location and then deleting the originals.