#Upgrade fails
26 messages · Page 1 of 1 (latest)
Use install script from our documentation then
You have env paths fucked up
Oh?
Just Path?
Ah. I'm missing LOCALAPPDATA I think
Actually... It can't find param DestinationPath in Install-Spicetify
It's defined by $env:LOCALAPPDATA which I've added to my env now.
it can't find it bc it's null lol
localappdata should be set in regedit by windows itself. it's not in "environment variables" per se
Your installation is fucked
ah yikes
or user account is
would DISM/sfc help..? prolly not right?
no
hmm...
❯ echo $env:LOCALAPPDATA
C:\Users\CQD\AppData\Local```
I am confused...
Extra confused... The error leads me to believe my Expand-Archive function has no DestinationPath parameter...
Yeah, found the issue. After running Get-Command Expand-Archive | fl * I discovered my Expand-Archive cmdlet came from Pscx, and not Microsoft.PowerShell.Archive.
@pliant lark Thanks for the help :)
wut
Yeah. This was a confusing one. It wasn't that DestinationPath was null. It was that my Expand-Archive didn't have a DestinationPath parameter at all...
I guess I/something installed module Pscx containing a different Expand-Archive definition.
why does it even let you overwrite those