Error when download Power Pages code using VS Code #651
-
Hi All, I got this issue when using Power Platform CLI to download Power Pages code. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I had the same error in windows. Its something wrong with the verison of the pac cli. I found a work around by deleteing the files pac cli files inside here |
Beta Was this translation helpful? Give feedback.
I had the same error in windows. Its something wrong with the verison of the pac cli. I found a work around by deleteing the files pac cli files inside here
%USERPROFILE%\.dotnet\tools
and then installing an older version which i know works,dotnet tool install --global Microsoft.PowerApps.CLI.Tool --version 1.24.3
If you have installed through vscode, you can uninstall it there and use the dotnet code to install it.
One downside to this is you have to manually update the pac cli version in the future.