Thanks for providing that Local log!
There’s an interesting line in there that makes me think that there’s a bug with one of the libraries that Local relies on. Specifically the issue is trying to rename the add-on “across partitions.”
{"thread":"main","reason":{"errno":-4037,"syscall":"rename","code":"EXDEV","path":"D:\\Users\\Rob\\AppData\\Local\\Temp\\local-4dFLp7pb4\\package","dest":"%%userDataPath%%\\addons\\local-addon-notes"},"p":{},"level":"warn","message":"Unhandled Rejection.","timestamp":"2021-03-19T11:54:48.113Z"}
From the path in that error, it looks like your user profile is installed on the D:\
partition.
I wonder if this is an issue with the Add-on Library code, or more generally installing all add-ons. As a test, can you try manually downloading one of those add-ons and install it using Local’s “Install from Disk” button? To do this:
-
Navigate to the add-on repository on Github, and view the releases for that addon. For example, here’s the releases for the “Notes” addon:
-
Download one of the .tgz
files
-
Within Local, navigate to “Addon > Installed” and click the “Install from Disk” link
-
Use the .tgz
file that was downloaded from Github
Can you give that a try and let us know if that workaround allows you to install Local add-ons?