VLC installation using Provider Name ChocolateyGet
kundankumar-tudip opened this issue · 1 comments
kundankumar-tudip commented
I am facing an issue while installing VLC using the following command:
Install-Module -Name ChocolateyGet -AllowClobber
Install-Package -Name vlc -Provider ChocolateyGet
Output: "WARNING: Cannot bind argument to parameter 'source' because it is an empty string.
Although I have installed the VLC media player on 03/25/2021 using the same method but this time I am facing an issue. Please guide me so that I can install the VLC media player using chocolatey.
ethanbergstrom commented
This was an issue with the ChocolateyGet provider itself. See jianyunt/ChocolateyGet#24.