State install fails on W10 with Remove-Item error

When I run the powershell snippet to install this thing, it first emits an error-
“Attempting to perform the InitializeDefaultDrives operation on the ‘FileSystem’ provider failed.”

This doesn’t stop it from proceeding, then I get to Exporting Configuration Data, and it fails with-
Remove-Item : Cannot find path ‘Env:\ACTIVESTATE_SESSION_TOKEN’ because it does not exist.
At line:189 char:5

  • Remove-Item Env:\ACTIVESTATE_SESSION_TOKEN
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (Env:\ACTIVESTATE_SESSION_TOKEN:String) [Remove-Item], ItemNotFoundExcep
      tion
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

So something is not happy, not sure how to debug after this.

HI @gregsskyles , Thank you for reporting the error ! The team will look into this and advise accordingly.
Regards.

Hi @gregsskyles, this issue should now be resolved. Apologies for the inconvenience.

Thanks for that; the state tool has now installed successfully!
Cheers, Greg