Hello Guys,
I am using VS 2019. when I use command "pac pcf init --namespace XrmformControl --name FileControl --template field" .
getting below error : "The specified CLI version latest is not installed on this machine.".
I also tried to install latest package but facing issues :
Can anyone know which version of CLI is compatible with VS 2019? and from where i can get it ?
Thanks in advance.
Looks like you don't have public nuget feed configurated. Run below command to add nuget.org to the source:
nuget source add -Name nuget.org -Source https://api.nuget.org/v3/index.json
then run "pac install latest". You should be able to find the latest CLI package.
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473