dapr / cli

Command-line tools for Dapr.
Apache License 2.0
314 stars 197 forks source link

dapr init failed to move dashboard files on windows #1409

Open narsenico opened 3 weeks ago

narsenico commented 3 weeks ago

Expected Behavior

dapr init without errors

Actual Behavior

dapr init ends with error failed to move dashboard files

Making the jump to hyperspace...
Container images will be pulled from Docker Hub
Installing runtime version 1.13.4
Downloading binaries and setting up components...
failed to move dashboard files: rename C:\Users\xxx\.dapr\bin\release\windows_amd64\web C:\Users\xxx\.dapr\bin\web: Access is denied.

Steps to Reproduce the Problem

fresh installation on Windows Server 2022 no dasboard.exe process running (see https://github.com/dapr/cli/issues/963) simply launch dapr init in powershell with administrator privileges

already tried darp uninstall --all followed by dapr init with same result